WizardInitializeArgs Class Members
See Also  Properties Methods 
SourceCode.Framework Namespace : WizardInitializeArgs Class


Glossary Item Box

The following tables list the members exposed by WizardInitializeArgs.

Public Constructors

  Name Description
Public Constructor WizardInitializeArgs Constructor Initialized a new instance of the SourceCode.Workflow.WizardFramework.WizardInitializeArgs class.  
Top

Public Properties

  Name Description
Public Property DelayedExecution  
Public Property InsertIndex This property is used to specify an index into an arbitrary collection into which newly added objects must be inserted. This is used, for instance, in the case of an event wizard, where the wizard must insert newly created events into a specific index which was determined by the process designer and must be implemented by the wizard.  
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property Parent  
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.  Disposes this object  
Top

See Also