WizardRunnerContext Methods
The default implementation of the IWizardRunnerContext interface, enabling you to run the Data Source Wizard in a WinForms application.Name | Description |
---|---|
Confirm(String) | Displays a confirmation window before the execution of a wizard. |
CreateWizardView(String, Size) | Creates a Data Source Wizard view. |
Dispose() | Releases all resources used by WizardRunnerContext. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Run<TModel>(Wizard<TModel>) | Runs the wizard with a specified model. |
ShowMessage(String, String) | Displays a message with the specified text and caption before the execution of a wizard. |
ShowMessage(String) | Displays a message with the specified text before the execution of a wizard. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also