[]
Represents the valid operations.
public enum FilterOperation
| Name | Description |
|---|---|
| Contains | Represents a contains operation |
| EndsWith | Represents a ends with operation |
| Equal | Represents an equal operation |
| EqualText | Represents an equal text operation |
| GreaterThan | Represents a greater than operation |
| GreaterThanOrEqual | Represents a greater than or equal operation |
| IsOneOf | Represents an is one of operation |
| LessThan | Represents a less than operation |
| LessThanOrEqual | Represents a less than or equal operation |
| NotEqual | Represents a not equal operation |
| NotEqualText | Represents a not equal text operation |
| StartsWith | Represents a starts with operation |