RuleOperator Enumeration |
Namespace: Dynamicweb.Modules.Searching.Rules
Member name | Value | Description | |
---|---|---|---|
Equals | 0 | ||
GreaterThan | 1 | ||
LessThan | 2 | ||
GreaterThanOrEqualTo | 3 | ||
LessThanOrEqualTo | 4 | ||
NotEqualTo | 5 | ||
Contains | 6 | ||
DoesNotContain | 7 | ||
StartsWith | 8 | ||
DoesNotStartWith | 9 | ||
EndsWith | 10 | ||
DoesNotEndWith | 11 | ||
IsBefore | 12 | ||
IsAfter | 13 | ||
IsInRange | 14 | ||
IsUnder | 15 | ||
DoesNotOccurBefore | 16 | ||
DoesNotOccurAfter | 17 | ||
IsEmpty | 18 | ||
IsNotEmpty | 19 |