SaveConnectionPage(ISaveConnectionPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior) Constructor
Initializes a new instance of the SaveConnectionPage<TModel> class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public SaveConnectionPage(
ISaveConnectionPageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
SqlWizardOptions options,
SensitiveInfoSavingBehavior databaseCredentialsSavingBehavior
)
Parameters
Name | Type | Description |
---|---|---|
view | ISaveConnectionPageView | An object implementing the ISaveConnectionPageView interface. |
context | IWizardRunnerContext | An object implementing the IWizardRunnerContext interface. |
connectionStorageService | IConnectionStorageService | An object implementing the IConnectionStorageService interface. |
options | SqlWizardOptions | One or more SqlWizardOptions enumeration values. |
databaseCredentialsSavingBehavior | SensitiveInfoSavingBehavior | A SensitiveInfoSavingBehavior enumeration value. |
See Also