CriteriaOperator Enumeration | |
Represents operator.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public enum CriteriaOperator
Public Enumeration CriteriaOperator
public enum class CriteriaOperator
Members
| Member name | Value | Description |
---|
| EQUAL | 0 | |
| NOT_EQUAL | 1 | |
| GREATER_THAN | 2 | |
| GREATER_THAN_OR_EQUAL | 3 | |
| LESS_THAN | 4 | |
| LESS_THAN_OR_EQUAL | 5 | |
| CONTAINS | 6 | |
| DOES_NOT_CONTAIN | 7 | |
| BETWEEN | 8 | |
| NOT_BETWEEN | 9 | |
| TODAY | 10 | |
| NOT_TODAY | 11 | |
| PAST | 12 | |
| NOT_PAST | 13 | |
| FUTURE | 14 | |
| NOT_FUTURE | 15 | |
| LAST_N_DAYS | 16 | |
| NOT_LAST_N_DAYS | 17 | |
| NEXT_N_DAYS | 18 | |
| NOT_NEXT_N_DAYS | 19 | |
| IS_BLANK | 20 | |
| IS_NOT_BLANK | 21 | |
| IS_NUMBER | 22 | |
| IS_NOT_NUMBER | 23 | |
| IS_DATE | 24 | |
| IS_NOT_DATE | 25 | |
| IS_CHECKED | 26 | |
| IS_NOT_CHECKED | 27 | |
| IS_ONE_OF | 28 | |
| IS_NOT_ONE_OF | 29 | |
| IS_CURRENT_USER | 30 | |
| IS_NOT_CURRENT_USER | 31 | |
| ON_CRITICAL_PATH | 32 | |
| NOT_ON_CRITICAL_PATH | 33 | |
| HAS_ATTACHMENTS | 34 | |
| NO_ATTACHMENTS | 35 | |
| HAS_COMMENTS | 36 | |
| NO_COMMENTS | 37 | |
| HAS_ANY_OF | 38 | |
| HAS_NONE_OF | 39 | |
| HAS_ALL_OF | 40 | |
| NOT_ALL_OF | 41 | |
See Also