Enumeration ConditionOperation

Condition operation

Enumeration Members

Equals: "EQUALS"

Equals operation

GreaterThan: "GREATER_THAN"

Greater than operation

GreaterThanOrEqual: "GREATER_THAN_OR_EQUAL"

Greater than or equal operation

IsNotNull: "IS_NOT_NULL"

Is not null operation

IsNull: "IS_NULL"

Is null operation

LessThan: "LESS_THAN"

Less than operation

LessThanOrEqual: "LESS_THAN_OR_EQUAL"

Less than or equal operation

NotEquals: "NOT_EQUALS"

Not equals operation