Click or drag to resize

RecognitionRuleConstraint Constructor (Object, RecognitionRuleConstraintOperator)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public RecognitionRuleConstraint(
	Object value,
	RecognitionRuleConstraintOperator currentOperator
)

Parameters

value
Type: SystemObject
A list of all possible values.
currentOperator
Type: Dynamicweb.Analytics.Profiles.RecognitionRecognitionRuleConstraintOperator
The comparison operator.
See Also