Click or drag to resize

RecognitionRuleUtility Class

Provides methods and properties for working with profile recognition rules. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.RecognitionRecognitionRuleUtility

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class RecognitionRuleUtility

The RecognitionRuleUtility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAllOperators
Get all supported operators
Public methodStatic memberGetEmptyOperators
Get empty supported operators
Public methodStatic memberGetEqualAndRangeOperators
Get equal and range operators
Public methodStatic memberGetEqualOperators
Get equal operators
Public methodStatic memberGetNumericOperators
Get numeric operators
Public methodStatic memberGetStringOperators
Get string operators
Public methodStatic memberMatches(String, RecognitionRuleConstraint)
Determines whether the given test value matches the given recognition rule constraint.
Public methodStatic memberMatches(String, RecognitionRuleConstraint, Boolean)
Determines whether the given test value matches the given recognition rule constraint.
Top
Fields
  NameDescription
Public fieldStatic memberValueSeparator
Gets or sets the value separator.
Top
See Also