ChooseDataProviderPage(IChooseDataProviderPageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions, IJsonConnectionStorageService) Constructor
Initializes a new instance of the ChooseDataProviderPage<TModel> class with specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public ChooseDataProviderPage(
IChooseDataProviderPageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
ISolutionTypesProvider solutionTypesProvider,
SqlWizardOptions options,
IJsonConnectionStorageService jsonConnectionStorageService
)
Parameters
| Name | Type | Description |
|---|---|---|
| view | IChooseDataProviderPageView | The view for the Select a data connection type wizard page. |
| context | IWizardRunnerContext | An object that contains the functionality to run the wizard. |
| connectionStorageService | IConnectionStorageService | An object that contains a service functionality to store the data connection settings. |
| solutionTypesProvider | ISolutionTypesProvider | An object that contains the known types in the current solution. |
| options | SqlWizardOptions | The wizard options. |
| jsonConnectionStorageService | IJsonConnectionStorageService | An object that contains a service functionality to store the JSON connection settings. |
See Also