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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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. |