Class Filter
Filter descriptor.
public class Filter
- Inheritance
-
Filter
- Inherited Members
- Extension Methods
Constructors
Filter()
public Filter()
Properties
operator
Compare operator.
[Obsolete("This gets handled with the filterMap of a entity repo.", false)]
public string? @operator { get; set; }
Property Value
property
Field/property name.
public string? property { get; set; }
Property Value
value
Value to compare.
public string? value { get; set; }