Skip to main content

DBSetFilterViewModel(DBSetFilter, IParameterService, IServiceProvider, IParameterEditorService) Constructor

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

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public DBSetFilterViewModel(
    DBSetFilter filter,
    IParameterService parameterService,
    IServiceProvider propertyGridServices,
    IParameterEditorService parameterEditorService
)

Parameters

Name Type Description
filter DBSetFilter

An DBSetFilter object that specifies the filter applied to an Entity Framework DBSet.

parameterService IParameterService

An object implementing IParameterService interface.

propertyGridServices IServiceProvider

An object implementing IServiceProvider interface.

parameterEditorService IParameterEditorService

An object implementing the IParameterEditorService interface.

See Also