DeploymentWizardInitializationArgs Class Members
See Also  Properties Methods 
SourceCode.Framework.Deployment Namespace : DeploymentWizardInitializationArgs Class


Glossary Item Box

The following tables list the members exposed by DeploymentWizardInitializationArgs.

Public Constructors

Public Properties

  Name Description
Public Property DelayedExecution (Inherited from SourceCode.Framework.WizardInitializeArgs)
Public Property DeploymentPackage  
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)
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.  Disposes this object (Inherited from SourceCode.Framework.WizardInitializeArgs)
Top

See Also