Enum CriteriaOperator
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents operator.
public enum CriteriaOperator
Fields
BETWEEN = 8
Between two values operator
CONTAINS = 6
Contains in collection operator
DOES_NOT_CONTAIN = 7
Not contained in collection operator
EQUAL = 0
Equality operator
FUTURE = 14
Date is in the future operator
GREATER_THAN = 2
Greater than operator
GREATER_THAN_OR_EQUAL = 3
Greater than or equal operator
HAS_ALL_OF = 40
Has all of these values operator
HAS_ANY_OF = 38
Has any of these values operator
HAS_ATTACHMENTS = 34
Has attachments operator
HAS_COMMENTS = 36
Has comments operator
HAS_NONE_OF = 39
Has none of these values operator
IS_BLANK = 20
Operator for value is blank
IS_CHECKED = 26
Operator for value is checked
IS_CURRENT_USER = 30
Is current user operator
IS_DATE = 24
Operator for value is a date
IS_NOT_BLANK = 21
Operator for value is not blank
IS_NOT_CHECKED = 27
Operator for value is not checked
IS_NOT_CURRENT_USER = 31
Is not the current user operator
IS_NOT_DATE = 25
Operator for value is not a date
IS_NOT_NUMBER = 23
Operator for value is not a number
IS_NOT_ONE_OF = 29
Operator for value is not one of a set of options
IS_NUMBER = 22
Operator for value is a number
IS_ONE_OF = 28
Operator for value is one of a set of options
LAST_N_DAYS = 16
Date is in the last N days operator
LESS_THAN = 4
Less than operator
LESS_THAN_OR_EQUAL = 5
Less than or equal operator
NEXT_N_DAYS = 18
Date is in the next N days operator
NOT_ALL_OF = 41
Has not all of these values operator
NOT_BETWEEN = 9
Not between two values operator
NOT_EQUAL = 1
Inequality operator
NOT_FUTURE = 15
Date is not in the future operator
NOT_LAST_N_DAYS = 17
Date is not in the last N days operator
NOT_NEXT_N_DAYS = 19
Date is not in the next N days operator
NOT_ON_CRITICAL_PATH = 33
Is not on critical path operator
NOT_PAST = 13
Date is not in the past operator
NOT_TODAY = 11
Date is not today operator
NO_ATTACHMENTS = 35
Has no attachments operator
NO_COMMENTS = 37
Has no comments operator
ON_CRITICAL_PATH = 32
Is on critical path operator
PAST = 12
Date is in past operator
TODAY = 10
Date is today operator