SaveConnectionPageBase<TModel> Constructors
Serves as the base for classes that provide presenters to the Data Source Wizard pages.Name | Parameters | Description |
---|---|---|
SaveConnectionPageBase(ISaveConnectionPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior) | view, context, connectionStorageService, options, databaseCredentialsSavingBehavior | Initializes a new instance of the SaveConnectionPageBase<TModel> class with the specified settings. |
See Also