Skip to main content
All docs
V18.2

ChooseJsonSourcePage(IChooseJsonSourcePageView, IWizardRunnerContext) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ChooseJsonSourcePage(
    IChooseJsonSourcePageView view,
    IWizardRunnerContext context
)

Parameters

Name Type Description
view IChooseJsonSourcePageView

An object implementing the IChooseJsonSourcePageView interface that provides a view for the Specify JSON Data Location wizard page.

context IWizardRunnerContext

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

See Also