DashboardChooseExistingConnectionPage(IChooseExistingConnectionPageView, IWizardRunnerContext, IConnectionStorageService, IMongoDBConnectionStorageService, IJsonConnectionStorageService) Constructor
Initializes a new instance of the DashboardChooseExistingConnectionPage<TModel> class with specified settings.
Namespace: DevExpress.DashboardWin.DataSourceWizard.Presenters
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
public DashboardChooseExistingConnectionPage(
IChooseExistingConnectionPageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
IMongoDBConnectionStorageService mongoDBConnectionStorageService,
IJsonConnectionStorageService jsonConnectionStorageService
)
Parameters
Name | Type |
---|---|
view | DevExpress.DataAccess.Wizard.Views.IChooseExistingConnectionPageView |
context | IWizardRunnerContext |
connectionStorageService | IConnectionStorageService |
mongoDBConnectionStorageService | DevExpress.DataAccess.Wizard.Services.IMongoDBConnectionStorageService |
jsonConnectionStorageService | IJsonConnectionStorageService |
See Also