Skip to main content

ChooseEFContextPage(IChooseEFContextPageView, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider) Constructor

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

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public ChooseEFContextPage(
    IChooseEFContextPageView view,
    IWizardRunnerContext context,
    ISolutionTypesProvider solutionTypesProvider,
    IConnectionStringsProvider connectionStringsProvider
)

Parameters

Name Type Description
view IChooseEFContextPageView

An object implementing the IChooseEFContextPageView 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.

solutionTypesProvider ISolutionTypesProvider

An object implementing the ISolutionTypesProvider interface that provides access to the known types in the current solution.

connectionStringsProvider IConnectionStringsProvider

An object implementing the IConnectionStringsProvider interface that provides access to the available connection strings.

See Also