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


Glossary Item Box

The following tables list the members exposed by ExecutableItemCollection.

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property Item Overloaded.   
Public Property Layer  
Top

Protected Properties

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

Public Methods

  Name Description
Public Method Add  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Overloaded.   
Public Method Dispose Overloaded.  Disposes this object  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf  
Public Method Remove  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

Protected Methods

  Name Description
Protected Method CreateNonPublicInstance  
Protected Method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Protected Method OnClear (Inherited from System.Collections.CollectionBase)
Protected Method OnClearComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnInsert (Inherited from System.Collections.CollectionBase)
Protected Method OnInsertComplete (Inherited from System.Collections.CollectionBase)
Protected Method OnRemove (Inherited from System.Collections.CollectionBase)
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