DashboardChooseDataSourceTypePage(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, IJsonConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions) Constructor
Initializes a new instance of the DashboardChooseDataSourceTypePage<TModel> class with specified settings.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
public DashboardChooseDataSourceTypePage(
IChooseDataSourceTypePageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
IJsonConnectionStorageService jsonConnectionStorageService,
ISolutionTypesProvider solutionTypesProvider,
SqlWizardOptions options
)
Parameters
Name | Type | Description |
---|---|---|
view | IChooseDataSourceTypePageView | 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. |
jsonConnectionStorageService | IJsonConnectionStorageService | An object that contains a service functionality to store the JSON connection settings. |
solutionTypesProvider | ISolutionTypesProvider | An object that contains the known types in the current solution. |
options | SqlWizardOptions | The wizard options. |
See Also