CreateExtractDataSourcePage(ICreateExtractDataSourcePageView, IDataSourceInfoService, IWizardRunnerContext, IDataDirectoryPatchingService) Constructor
Initializes a new instance of the CreateExtractDataSourcePage<TModel> class with the specified settings.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
public CreateExtractDataSourcePage(
ICreateExtractDataSourcePageView view,
IDataSourceInfoService dataSourceInfoService,
IWizardRunnerContext context,
IDataDirectoryPatchingService dataDirectoryPatchingService
)
Parameters
Name | Type | Description |
---|---|---|
view | ICreateExtractDataSourcePageView | An object implementing the ICreateExtractDataSourcePageView interface that provides a view for a wizard page. |
dataSourceInfoService | IDataSourceInfoService | An object implementing the IDataSourceInfoService interface providing information about a data source used to create a data extract. |
context | IWizardRunnerContext | An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard. |
dataDirectoryPatchingService | IDataDirectoryPatchingService | An object implementing the IDataDirectoryPatchingService interface. |
See Also