PickExceptionStep Members
Include Protected Members
Include Inherited Members
The PickExceptionStep type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PickExceptionStep |
Initializes an instance of PickExceptionStep.
|
Methods
Name | Description | |
---|---|---|
AddReflectedProperty |
Creates a WizardProperty based on a data structure.
(Inherited from ConfigurationWizardStep.) |
|
Equals | (Inherited from Object.) | |
Execute |
Invoked when the wizard should apply its changes.
(Overrides WizardStep.Execute().) |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnPropertyChanged |
Invokes the PropertyChanged event.
(Inherited from WizardStep.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ExceptionType |
Gets the exception type Property to be configured as part of this step.
|
|
Instruction |
Gets step instructions to display to the user.
(Overrides WizardStep.Instruction.) |
|
IsValid |
Returns true if all properties are valid.
(Overrides ConfigurationWizardStep.IsValid.) |
|
Policy |
Gets the policy Property to be configured as part of this step.
|
|
Properties |
The properties managed by ConfigurationWizardStep as Property enumerable.
(Inherited from ConfigurationWizardStep.) |
|
PropertyList |
The set of WizardProperty properties this ConfigurationWizardStep manages.
(Inherited from ConfigurationWizardStep.) |
|
ReferencedDatabaseName |
Gets or sets the database reference to log exceptions to.
|
|
Title |
Gets the title of the wizard.
(Overrides WizardStep.Title.) |
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
(Inherited from WizardStep.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Wizard Namespace