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.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public ConfigureExtractDataSourcePage(
IConfigureExtractDataSourcePageView view,
IDataSourceInfoService dataSourceInfoService,
IParameterService parameterService,
IWizardRunnerContext context
)
#Parameters
Name | Type | Description |
---|---|---|
view | IConfigure |
An object implementing the IConfigure |
data |
IData |
An object implementing the IData |
parameter |
IParameter |
An object implementing the IParameter |
context | IWizard |
An object implementing the IWizard |