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

EFFiltersViewModel Constructors

A View Model that provides information about an Entity Framework data source’s filters.
Name Parameters Description
EFFiltersViewModel(DBSetFilter[], IDictionary<String, DBTable>, IParameterService, IServiceProvider, IParameterEditorService) filters, dbTables, parameterService, propertyGridServices, parameterEditorService Initializes a new instance of the EFFiltersViewModel class with the specified settings.
See Also