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


Glossary Item Box

The following tables list the members exposed by LineWizardInitializeArgs.

Public Constructors

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

Public Properties

  Name Description
Public Property DelayedExecution (Inherited from SourceCode.Framework.WizardInitializeArgs)
Public Property FinishActivity

Gets the FinishActivity of the LineWizard.

 
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. (Inherited from SourceCode.Framework.WizardInitializeArgs)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Framework.WizardInitializeArgs)
Public Property Parent (Inherited from SourceCode.Framework.WizardInitializeArgs)
Public Property StartActivity Gets the StartActivity of the LineWizard.  
Top

Public Methods

  Name Description
Public Method Dispose Overloaded. Overridden.  Override this class to dispose object. Make sure that base.Dispose(disposing) gets called  
Top

See Also