Skip to main content

ChooseExtractFieldsPage(IChooseExtractFieldsPageView, IDataSourceInfoService, IWizardRunnerContext) Constructor

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public ChooseExtractFieldsPage(
    IChooseExtractFieldsPageView view,
    IDataSourceInfoService dataSourceInfoService,
    IWizardRunnerContext context
)

Parameters

Name Type Description
view IChooseExtractFieldsPageView

An object implementing the IChooseExtractFieldsPageView 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.

See Also