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