IWizardRunnerContext Members
Provides functionality to run the Data Source Wizard.Properties
| Name | Description |
|---|---|
| WaitFormActivator | Returns an object that displays a form while the wizard is loading information about a data source. |
Methods
| Name | Description |
|---|---|
| Confirm(String) | Displays a confirmation window before the execution of a wizard. |
| CreateWizardView(String, Size) | Creates a Data Source Wizard view. |
| 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. |
See Also