跳到主要内容

interface_view_types.FOperator

interface/view_types.FOperator

Enumeration members

Is

Is = "is"


IsNot

IsNot = "isNot"


Contains

Contains = "contains"


DoesNotContain

DoesNotContain = "doesNotContain"


IsEmpty

IsEmpty = "isEmpty"


IsNotEmpty

IsNotEmpty = "isNotEmpty"


IsGreater

IsGreater = "isGreater"


IsGreaterEqual

IsGreaterEqual = "isGreaterEqual"


IsLess

IsLess = "isLess"


IsLessEqual

IsLessEqual = "isLessEqual"


IsRepeat

IsRepeat = "isRepeat"