The following tables list the members exposed by LineWizardInitializeArgs.
Name | Description | |
---|---|---|
![]() |
LineWizardInitializeArgs Constructor | Initialized a new instance of the SourceCode.Workflow.WizardFramework.LineWizardInitializeArgs class. |
Name | Description | |
---|---|---|
![]() |
DelayedExecution | (Inherited from SourceCode.Framework.WizardInitializeArgs) |
![]() |
FinishActivity |
Gets the FinishActivity of the LineWizard. |
![]() |
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. (Inherited from SourceCode.Framework.WizardInitializeArgs) |
![]() |
IsDisposed | Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.WizardInitializeArgs) |
![]() |
Parent | (Inherited from SourceCode.Framework.WizardInitializeArgs) |
![]() |
StartActivity | Gets the StartActivity of the LineWizard. |
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. Overridden. Override this class to dispose object. Make sure that base.Dispose(disposing) gets called |