SaveXPObjectSourceConnectionPage(ISaveConnectionPageView, IWizardRunnerContext, IConnectionStorageService, SqlWizardOptions, SensitiveInfoSavingBehavior) Constructor
Initializes a new instance of the SaveXPObjectSourceConnectionPage<TModel> class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public SaveXPObjectSourceConnectionPage(
ISaveConnectionPageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
SqlWizardOptions options,
SensitiveInfoSavingBehavior databaseCredentialsSavingBehavior
)
Parameters
| Name | Type | Description |
|---|---|---|
| view | ISaveConnectionPageView | An object implementing the ISaveConnectionPageView interface that provides a view for the Save the Connection String wizard page. |
| context | IWizardRunnerContext | An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard. |
| connectionStorageService | IConnectionStorageService | An object implementing the IConnectionStorageService interface that provides a service functionality to store the data connection settings. |
| options | SqlWizardOptions | An object that specifies the wizard options. |
| databaseCredentialsSavingBehavior | SensitiveInfoSavingBehavior | An object that specifies options for serializing database credentials along with document layouts. |