gi-nx / SimpleOperator
Enum for in-code referencing of simple operators.
Enumeration Members
Contains
ts
Contains: "contains";Empty
ts
Empty: "is_empty";EndsWith
ts
EndsWith: "ends_with";GreaterThan
ts
GreaterThan: "greater_than";GreaterThanEq
ts
GreaterThanEq: "greater_than_or_equal_to";Is
ts
Is: "is";IsNot
ts
IsNot: "is_not";LessThan
ts
LessThan: "less_than";LessThanEq
ts
LessThanEq: "less_than_or_equal_to";NotContains
ts
NotContains: "does_not_contain";NotEmpty
ts
NotEmpty: "is_not_empty";StartsWith
ts
StartsWith: "starts_with";