Skip to main content
A newer version of this page is available.
All docs
V19.2

ChooseJsonSourcePage(IChooseJsonSourcePageView, IWizardRunnerContext, IJsonConnectionStorageService, SensitiveInfoSavingBehavior) Constructor

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public ChooseJsonSourcePage(
    IChooseJsonSourcePageView view,
    IWizardRunnerContext context,
    IJsonConnectionStorageService connectionStorageService,
    SensitiveInfoSavingBehavior credentialsSavingBehavior
)

Parameters

Name Type
view IChooseJsonSourcePageView
context IWizardRunnerContext
connectionStorageService IJsonConnectionStorageService
credentialsSavingBehavior SensitiveInfoSavingBehavior
See Also