Enum SmartSearchRuleOperator
- Namespace
- Dynamicweb.SmartSearch.SmartSearchRules
- Assembly
- Dynamicweb.Core.dll
Represents an operator that is used for comparing the input values within the single recognition rule.
public enum SmartSearchRuleOperator
Fields
Contains = 6Contains.
DoesNotContain = 7Does not contain.
DoesNotEndWith = 11Does not end with.
DoesNotOccurAfter = 17Is not after
DoesNotOccurBefore = 16Is not before
DoesNotStartWith = 9Does not start with.
EndsWith = 10Ends with.
Equals = 0Equals.
GreaterThan = 1Greater than.
GreaterThanOrEqualTo = 3Greater than or equal to.
IsAfter = 13Is after
IsBefore = 12Is before
IsEmpty = 18Is empty
IsInRange = 14Is in range
IsNotEmpty = 19Is not empty
IsUnder = 15Is under
LessThan = 2Less than.
LessThanOrEqualTo = 4Less than or equal to.
NotEqualTo = 5Not equal to.
StartsWith = 8Starts with.