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.v25.1.dll
NuGet Package: DevExpress.DataAccess
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