Skip to main content

ChooseObjectAssemblyPage(IChooseObjectAssemblyPageView, IWizardRunnerContext, ISolutionTypesProvider) Constructor

Initializes a new instance of the ChooseObjectAssemblyPage<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 ChooseObjectAssemblyPage(
    IChooseObjectAssemblyPageView view,
    IWizardRunnerContext context,
    ISolutionTypesProvider solutionTypesProvider
)

Parameters

Name Type Description
view IChooseObjectAssemblyPageView

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

See Also