Share via


LogExceptionsToDatabase Members

Include Protected Members
Include Inherited Members

The LogExceptionsToDatabase type exposes the following members.

Constructors

  Name Description
Ff671646.pubmethod(en-us,PandP.50).gif LogExceptionsToDatabase Overloaded.

Methods

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

Properties

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

Events

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

See Also

LogExceptionsToDatabase Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace