IWizardRunnerContext Methods
Provides functionality to run the Data Source Wizard.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