ChooseXPObjectSourceEntityTypePage(IChooseXPObjectSourceEntityTypePageView, IWizardRunnerContext, ISolutionTypesProvider, IConnectionStringsProvider) Constructor
Initializes a new instance of the ChooseXPObjectSourceEntityTypePage<TModel> class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public ChooseXPObjectSourceEntityTypePage(
IChooseXPObjectSourceEntityTypePageView view,
IWizardRunnerContext context,
ISolutionTypesProvider solutionTypesProvider,
IConnectionStringsProvider connectionStringsProvider
)
Parameters
| Name | Type | Description |
|---|---|---|
| view | IChooseXPObjectSourceEntityTypePageView | An object implementing the IChooseXPObjectSourceEntityTypePageView interface that provides a view for the Choose an Entity Type 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. |