Click or drag to resize

RecognitionRuleConstraint Class

Represents a value constraint of the recognition rule.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.RecognitionRecognitionRuleConstraint

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class RecognitionRuleConstraint : IComparable<RecognitionRuleConstraint>, 
	IComparable

The RecognitionRuleConstraint type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataSource
Gets or sets the reference to a data source that is used for providing a list of possible values.
Public propertyStatic memberDefault
Gets the default recognition rule constraint which allows specifying any value and choose any operator.
Public propertyOperator
Gets or sets the comparison operator.
Public propertyValue
Gets or sets the constraint value.
Top
Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIComparableCompareTo
Compares the current object to the given one.
Top
See Also