Skip to main content
All docs
V19.1

DashboardChooseDataSourceNamePage(IChooseDataSourceNamePageView, IDataSourceNameCreationService, IConnectionStorageService, DataSourceTypes) Constructor

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

Declaration

public DashboardChooseDataSourceNamePage(
    IChooseDataSourceNamePageView view,
    IDataSourceNameCreationService dataSourceNameCreator,
    IConnectionStorageService connectionStorageService,
    DataSourceTypes dataSourceTypes
)

Parameters

Name Type Description
view IChooseDataSourceNamePageView

An object implementing the IChooseDataSourceNamePageView interface that provides a view for a wizard page.

dataSourceNameCreator IDataSourceNameCreationService

An object implementing the IDataSourceNameCreationService interface used to get new data source names.

connectionStorageService IConnectionStorageService

An object implementing the IConnectionStorageService interface used to get information about data connections.

dataSourceTypes DataSourceTypes

Provides a list of data source types.

See Also