Skip to main content

ChooseJsonSchemaPage(IChooseJsonSchemaPageView, IWizardRunnerContext) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ChooseJsonSchemaPage(
    IChooseJsonSchemaPageView view,
    IWizardRunnerContext context
)

Parameters

Name Type Description
view IChooseJsonSchemaPageView

An object implementing the IChooseJsonSchemaPageView interface that provides a view for the Select Data Fields wizard page.

context IWizardRunnerContext

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

See Also