Enumeration members
Contains
Contains: = "contains"
DoesNotContain
DoesNotContain: = "doesnotcontain"
EndsWith
EndsWith: = "endswith"
GreaterThan
GreaterThan: = "gt"
GreaterThanEqualTo
GreaterThanEqualTo: = "gte"
IsEmpty
IsEmpty: = "isempty"
IsNotEmpty
IsNotEmpty: = "isnotempty"
IsNotNull
IsNotNull: = "isnotnull"
IsNull
IsNull: = "isnull"
LessThan
LessThan: = "lt"
LessThanEqualTo
LessThanEqualTo: = "lte"
NotEqual
NotEqual: = "neq"
StartsWith
StartsWith: = "startswith"