WizardModel Members
Include Protected Members
Include Inherited Members
The WizardModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WizardModel |
Initializes an instance of WizardModel.
|
Methods
Name | Description | |
---|---|---|
AddStep |
Adds a IWizardStep to the steps maintained by WizardModel.
|
|
Equals | (Inherited from Object.) | |
Execute |
Executes each IWizardStep in the wizard.
|
|
Finalize | (Inherited from Object.) | |
Finish |
Completes the wizard by executing each individual step.
|
|
FinishCanExecute |
Evaluates if the FinishCommand can be executed.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetWizardTitle |
Retrieves the wizard title.
|
|
IsValid |
Determines if the wizard is valid.
|
|
MemberwiseClone | (Inherited from Object.) | |
Next |
Moves to the next wizard step if the CurrentStepIsValid() is true.
|
|
NextCanExecute |
Determines if the NextCommand can be executed.
|
|
OnPropertyChanged |
Raises the PropertyChanged event.
|
|
Previous |
Moves to the previous IWizardStep
|
|
PreviousCanExecute |
Evaluates if the PreviousCommand can execute.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CurrentStep |
The current IWizardStep of the wizard.
|
|
FinishCommand |
The ICommand to finish the wizard.
|
|
NextCommand |
The ICommand for executing the next command.
|
|
OnCloseAction |
The action invoked by the WizardModel to close the wizard.
|
|
PreviousCommand |
The ICommand for moving to the previous IWizardStep.
|
|
Steps |
The wizard steps.
|
|
Title |
Gets a title for the wizard.
|
Events
Name | Description | |
---|---|---|
PropertyChanged |
Invoked when a property value changes.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace