DashboardChooseDataSourceNamePage<TModel> Constructors
Provides a presenter to the Enter the Data Source Name page of the Data Source wizard.Name | Parameters | Description |
---|---|---|
DashboardChooseDataSourceNamePage(IChooseDataSourceNamePageView, IDataSourceNameCreationService, IConnectionStorageService, IJsonConnectionStorageService, IMongoDBConnectionStorageService, DataSourceTypes) | view, dataSourceNameCreator, connectionStorageService, jsonConnectionStorageService, mongoConnectionStorageService, dataSourceTypes | Initializes a new instance of the DashboardChooseDataSourceNamePage<TModel> class with specified settings. |
See Also