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 | IExtract |
An object implementing the IExtract |
parameter |
IParameter |
An object implementing the IParameter |
data |
IData |
An object implementing the IData |
context | IWizard |
An object implementing the IWizard |
See Also