ProcessDependencies Class Members
See Also  Properties Methods 
SourceCode.Workflow.Authoring Namespace : ProcessDependencies Class


Glossary Item Box

The following tables list the members exposed by ProcessDependencies.

Public Properties

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.CollectionBase)
Protected Property List (Inherited from System.Collections.CollectionBase)
Top

Public Methods

Protected Methods

  Name Description
Protected Method CreateNonPublicInstance Overridden.   
Protected Method OnClear Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from SourceCode.Framework.PersistableObjectList<ProcessDependency>)
Protected Method OnClearComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnInsert Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from SourceCode.Framework.PersistableObjectList<ProcessDependency>)
Protected Method OnInsertComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnRemove Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from SourceCode.Framework.PersistableObjectList<ProcessDependency>)
Protected Method OnRemoveComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnSet (Inherited from System.Collections.CollectionBase)
Protected Method OnSetComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnValidate (Inherited from System.Collections.CollectionBase)
Top

See Also