Skip to main content

ConfigureEFFiltersPage(IFilterStringEditorDialogAccessor, IParameterService) Constructor

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ConfigureEFFiltersPage(
    IFilterStringEditorDialogAccessor filterStringEditorDialogAccessor,
    IParameterService parameterService
)

Parameters

Name Type Description
filterStringEditorDialogAccessor IFilterStringEditorDialogAccessor

An object implementing the IFilterStringEditorDialogAccessor interface.

parameterService IParameterService

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

See Also