Skip to main content
A newer version of this page is available.

ConfigureEFConnectionStringPage(IConfigureEFConnectionStringPageView, IWizardRunnerContext, IConnectionStorageService) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public ConfigureEFConnectionStringPage(
    IConfigureEFConnectionStringPageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService
)

Parameters

Name Type Description
view IConfigureEFConnectionStringPageView

An object implementing the IConfigureEFConnectionStringPageView interface that provides a view for a wizard page.

context IWizardRunnerContext

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

connectionStorageService IConnectionStorageService

An object implementing the IConnectionStorageService interface that provides a service functionality to store the data connection settings.

See Also