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