Skip to main content

ConfigureEFFiltersPageView(IParameterService, IServiceProvider, IRepositoryItemsProvider) Constructor

Initializes a new instance of the ConfigureEFFiltersPageView 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 ConfigureEFFiltersPageView(
    IParameterService parameterService,
    IServiceProvider propertyGridServices,
    IRepositoryItemsProvider repositoryItemsProvider
)

Parameters

Name Type Description
parameterService IParameterService

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

propertyGridServices IServiceProvider

An object implementing the IServiceProvider interface.

repositoryItemsProvider IRepositoryItemsProvider

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

See Also