FilterOperatorType Enum
FilterOperatorType Enum
Custom Filter operator type.
type FilterOperatorType int32
Fields
| Field | Description |
|---|---|
| LessOrEqual | Represents LessOrEqual operator. |
| LessThan | Represents LessThan operator. |
| Equal | Represents Equal operator. |
| GreaterThan | Represents GreaterThan operator. |
| NotEqual | Represents NotEqual operator. |
| GreaterOrEqual | Represents GreaterOrEqual operator. |
| None | Represents no comparison. |
| BeginsWith | Begins with the text. |
| EndsWith | Ends with the text. |
| Contains | Contains the text. |
| NotContains | Not contains the text. |
| NotBeginsWith | Not begins with the text. |
| NotEndsWith | Not ends with the text. |