WizardPageCollection Class Members
See Also  Properties Methods Events
SourceCode.Workflow.WizardFramework Namespace : WizardPageCollection Class


Glossary Item Box

The following tables list the members exposed by WizardPageCollection.

Public Constructors

  Name Description
Public Constructor WizardPageCollection Constructor  
Top

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. (Inherited from SourceCode.Framework.CollectionBase<PropertyWizard,WizardPage>)
Public Property Item Overloaded.  (Inherited from SourceCode.Framework.CollectionBase<PropertyWizard,WizardPage>)
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 Overridden. Add the specified Item to the collection. This will set the container property of the item as well as raise the ItemAdded event on the Container object.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Determines whether the item is in the collection. (Inherited from SourceCode.Framework.CollectionBase<PropertyWizard,WizardPage>)
Public Method Dispose Overloaded.  Disposes this object (Inherited from SourceCode.Framework.CollectionBase<PropertyWizard,WizardPage>)
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Overloaded.  (Inherited from SourceCode.Framework.CollectionBase<PropertyWizard,WizardPage>)
Public Method Insert  
Public Method Remove Overridden.  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.  
Public 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.CollectionBase<PropertyWizard,WizardPage>)
Public Method ToArray  
Top

Protected Methods

Public Events

  Name Description
Public Event CollectionChanged  
Top

See Also