FilterOperatorType Enum

FilterOperatorType Enum

Custom Filter operator type.


type FilterOperatorType int32

Fields

FieldDescription
LessOrEqualRepresents LessOrEqual operator.
LessThanRepresents LessThan operator.
EqualRepresents Equal operator.
GreaterThanRepresents GreaterThan operator.
NotEqualRepresents NotEqual operator.
GreaterOrEqualRepresents GreaterOrEqual operator.
NoneRepresents no comparison.
BeginsWithBegins with the text.
EndsWithEnds with the text.
ContainsContains the text.
NotContainsNot contains the text.
NotBeginsWithNot begins with the text.
NotEndsWithNot ends with the text.