Skip to main content

ConfigureParametersPageView(IServiceProvider, IParameterService, IRepositoryItemsProvider) Constructor

Initializes a new instance of the ConfigureParametersPageView class with the specified settings.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public ConfigureParametersPageView(
    IServiceProvider propertyGridServices,
    IParameterService parameterService,
    IRepositoryItemsProvider repositoryItemsProvider
)

Parameters

Name Type Description
propertyGridServices IServiceProvider

An object implementing the IServiceProvider interface that provides the service for the property grid.

parameterService IParameterService

An object implementing the IParameterService interface that provides a service functionality to manage query parameters.

repositoryItemsProvider IRepositoryItemsProvider

An object implementing the IRepositoryItemsProvider interface that provides repository items to manage query parameters.

See Also