[]
Specifies the operator for custom filtering.
public enum CustomFilterOperatorType
Public Enum CustomFilterOperatorType
Name | Description |
---|---|
Equal | Shows results which are equal to the criteria. |
GreaterThan | Shows results which are greater than the criteria. |
GreaterThanOrEqual | Shows results which are greater than or equal to the criteria. |
LessThan | Shows results which are less than the criteria. |
LessThanOrEqual | Shows results which are less than or equal to the criteria. |
NotEqual | Shows results which are not equal to the criteria. |