ExportProcessCollection Class Members
See Also  Properties Methods 
SourceCode.Workflow.Design.Export Namespace : ExportProcessCollection Class


Glossary Item Box

The following tables list the members exposed by ExportProcessCollection.

Public Properties

  Name Description
Public Property Count (Inherited from System.Collections.ReadOnlyCollectionBase)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<PersistableContainerObject,ExportProcess>)
Public Property Item Overloaded.   
Top

Protected Properties

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

Public Methods

Protected Methods

  Name Description
Protected Method CreateNonPublicInstance (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<PersistableContainerObject,ExportProcess>)
Protected Method GetItemIndexByName Overridden.   
Protected Method Insert (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<PersistableContainerObject,ExportProcess>)
Protected Method Remove Removes the specified Item from the collection. This will set the container property of the item to null as well as raise the ItemRemoving event on the Container object. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<PersistableContainerObject,ExportProcess>)
Protected Method RemoveAt Removes the specified Item from the collection. This will set the container property of the item to null as well as raise the ItemRemoving event on the Container object. (Inherited from SourceCode.Framework.ReadOnlyPersistableObjectCollectionBase<PersistableContainerObject,ExportProcess>)
Top

See Also