Skip to main content

ExtractParametersPage(IExtractParametersPageView, IParameterService, IDataSourceInfoService, IWizardRunnerContext) Constructor

In This Article

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public ExtractParametersPage(
    IExtractParametersPageView view,
    IParameterService parameterService,
    IDataSourceInfoService dataSourceInfoService,
    IWizardRunnerContext context
)

#Parameters

Name Type Description
view IExtractParametersPageView

An object implementing the IExtractParametersPageView interface.

parameterService IParameterService

An object implementing the IParameterService interface.

dataSourceInfoService IDataSourceInfoService

An object implementing the IDataSourceInfoService interface.

context IWizardRunnerContext

An object implementing the IWizardRunnerContext interface.

See Also