Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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