Skip to main content

ConfigureExtractDataSourcePage(IConfigureExtractDataSourcePageView, IDataSourceInfoService, IParameterService, IWizardRunnerContext) Constructor

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public ConfigureExtractDataSourcePage(
    IConfigureExtractDataSourcePageView view,
    IDataSourceInfoService dataSourceInfoService,
    IParameterService parameterService,
    IWizardRunnerContext context
)

Parameters

Name Type Description
view IConfigureExtractDataSourcePageView

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

parameterService IParameterService

An object implementing the IParameterService interface that provides a service functionality to manage parameters.

context IWizardRunnerContext

An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard.

See Also