SelectDatabaseStep Members
Include Protected Members
Include Inherited Members
The SelectDatabaseStep type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SelectDatabaseStep |
Initializes a new instance of SelectDatabaseStep.
|
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 | |
---|---|---|
ConnectionString |
Gets the database connection string Property.
|
|
DatabaseProvider |
Gets the database provider Property.
|
|
Instruction |
Gets step instructions to display to the user.
(Overrides WizardStep.Instruction.) |
|
IsValid |
Returns true if all properties are valid.
(Inherited from ConfigurationWizardStep.) |
|
Name |
Gets the database name Property.
|
|
Properties |
The properties managed by ConfigurationWizardStep as Property enumerable.
(Inherited from ConfigurationWizardStep.) |
|
PropertyList |
The set of WizardProperty properties this ConfigurationWizardStep manages.
(Inherited from ConfigurationWizardStep.) |
|
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