![]() | Conditional |
Member name | Value | Description |
---|---|---|
LessThan | 0 |
Less Than.
When the item is serialized out as xml, its value is "lessThan". |
LessThanOrEqual | 1 |
Less Than Or Equal.
When the item is serialized out as xml, its value is "lessThanOrEqual". |
Equal | 2 |
Equal.
When the item is serialized out as xml, its value is "equal". |
NotEqual | 3 |
Not Equal.
When the item is serialized out as xml, its value is "notEqual". |
GreaterThanOrEqual | 4 |
Greater Than Or Equal.
When the item is serialized out as xml, its value is "greaterThanOrEqual". |
GreaterThan | 5 |
Greater Than.
When the item is serialized out as xml, its value is "greaterThan". |
Between | 6 |
Between.
When the item is serialized out as xml, its value is "between". |
NotBetween | 7 |
Not Between.
When the item is serialized out as xml, its value is "notBetween". |
ContainsText | 8 |
Contains.
When the item is serialized out as xml, its value is "containsText". |
NotContains | 9 |
Does Not Contain.
When the item is serialized out as xml, its value is "notContains". |
BeginsWith | 10 |
Begins With.
When the item is serialized out as xml, its value is "beginsWith". |
EndsWith | 11 |
Ends With.
When the item is serialized out as xml, its value is "endsWith". |