Click or drag to resize

RecognitionRuleConstraintOperator Enumeration

Represents an operator that is used for comparing the input values within the single recognition rule.

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public enum RecognitionRuleConstraintOperator
Members
  Member nameValueDescription
Equals0 Equals.
GreaterThan1 Greater than.
LessThan2 Less than.
GreaterThanOrEqualTo3 Greater than or equal to.
LessThanOrEqualTo4 Less than or equal to.
NotEqualTo5 Not equal to.
Contains6 Contains.
DoesNotContain7 Does not contain.
StartsWith8 Starts with.
DoesNotStartWith9 Does not start with.
EndsWith10 Ends with.
DoesNotEndWith11 Does not end with.
InRange12 In range.
DoesNotInRange13 Does not in range.
See Also