DBSetFilterViewModel Constructors
A View Model that provides information about an Entity Framework DBSet’s filter.| Name | Parameters | Description |
|---|---|---|
| DBSetFilterViewModel() | none | Initializes a new instance of the DBSetFilterViewModel class with the default settings. |
| DBSetFilterViewModel(DBSetFilter, IParameterService, IParameterEditorService) | filter, parameterService, parameterEditorService | Initializes a new instance of the DBSetFilterViewModel class with specified settings. |
| DBSetFilterViewModel(DBSetFilter, IParameterService, IServiceProvider, IParameterEditorService) | filter, parameterService, propertyGridServices, parameterEditorService | Initializes a new instance of the DBSetFilterViewModel class with the specified settings. |
See Also