CreateExtractDataSourcePage(ICreateExtractDataSourcePageView, IDataSourceInfoService, IWizardRunnerContext, IDataDirectoryPatchingService) Constructor
In This Article
Initializes a new instance of the CreateExtractDataSourcePage<TModel> class with the specified settings.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public CreateExtractDataSourcePage(
ICreateExtractDataSourcePageView view,
IDataSourceInfoService dataSourceInfoService,
IWizardRunnerContext context,
IDataDirectoryPatchingService dataDirectoryPatchingService
)
#Parameters
Name | Type | Description |
---|---|---|
view | ICreate |
An object implementing the ICreate |
data |
IData |
An object implementing the IData |
context | IWizard |
An object implementing the IWizard |
data |
IData |
An object implementing the IData |
See Also