Skip to main content
All docs
V21.2

ChooseJsonSourcePage(IChooseJsonSourcePageView, IWizardRunnerContext, IJsonConnectionStorageService, SensitiveInfoSavingBehavior) Constructor

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

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

Parameters

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