Skip to main content
A newer version of this page is available. .
All docs
V23.1

DashboardChooseDataProviderPage(IChooseDataProviderPageView, IWizardRunnerContext, IConnectionStorageService, IJsonConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions) Constructor

Initializes a new instance of the DashboardChooseDataProviderPage<TModel> class with specified settings.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

Declaration

public DashboardChooseDataProviderPage(
    IChooseDataProviderPageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    IJsonConnectionStorageService jsonConnectionStorageService,
    ISolutionTypesProvider solutionTypesProvider,
    SqlWizardOptions options
)

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.

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