Share via


WizardModel Members

Include Protected Members
Include Inherited Members

The WizardModel type exposes the following members.

Constructors

  Name Description
Ff668335.protmethod(en-us,PandP.50).gif WizardModel
Initializes an instance of WizardModel.

Methods

  Name Description
Ff668335.protmethod(en-us,PandP.50).gif AddStep
Adds a IWizardStep to the steps maintained by WizardModel.
Ff668335.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff668335.protmethod(en-us,PandP.50).gif Execute
Executes each IWizardStep in the wizard.
Ff668335.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff668335.pubmethod(en-us,PandP.50).gif Finish
Completes the wizard by executing each individual step.
Ff668335.protmethod(en-us,PandP.50).gif FinishCanExecute
Evaluates if the FinishCommand can be executed.
Ff668335.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff668335.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff668335.protmethod(en-us,PandP.50).gif GetWizardTitle
Retrieves the wizard title.
Ff668335.protmethod(en-us,PandP.50).gif IsValid
Determines if the wizard is valid.
Ff668335.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff668335.pubmethod(en-us,PandP.50).gif Next
Moves to the next wizard step if the CurrentStepIsValid() is true.
Ff668335.protmethod(en-us,PandP.50).gif NextCanExecute
Determines if the NextCommand can be executed.
Ff668335.protmethod(en-us,PandP.50).gif OnPropertyChanged
Raises the PropertyChanged event.
Ff668335.pubmethod(en-us,PandP.50).gif Previous
Moves to the previous IWizardStep
Ff668335.protmethod(en-us,PandP.50).gif PreviousCanExecute
Evaluates if the PreviousCommand can execute.
Ff668335.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

Properties

  Name Description
Ff668335.pubproperty(en-us,PandP.50).gif CurrentStep
The current IWizardStep of the wizard.
Ff668335.pubproperty(en-us,PandP.50).gif FinishCommand
The ICommand to finish the wizard.
Ff668335.pubproperty(en-us,PandP.50).gif NextCommand
The ICommand for executing the next command.
Ff668335.pubproperty(en-us,PandP.50).gif OnCloseAction
The action invoked by the WizardModel to close the wizard.
Ff668335.pubproperty(en-us,PandP.50).gif PreviousCommand
The ICommand for moving to the previous IWizardStep.
Ff668335.pubproperty(en-us,PandP.50).gif Steps
The wizard steps.
Ff668335.pubproperty(en-us,PandP.50).gif Title
Gets a title for the wizard.

Events

  Name Description
Ff668335.pubevent(en-us,PandP.50).gif PropertyChanged
Invoked when a property value changes.

See Also

WizardModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace