Click or drag to resize

RecognitionExpressionNode Class

Represents a single node within the recognition expression.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.RecognitionRecognitionExpressionNode

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class RecognitionExpressionNode : IRecognitionExpressionNode, 
	IRecognitionExpressionEstimable

The RecognitionExpressionNode type exposes the following members.

Constructors
  NameDescription
Public methodRecognitionExpressionNode
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyGroup
Gets or sets the reference to a group that this node belongs to.
Public propertyPoints
Gets or sets the amount of points that is given to the visitor if the corresponding rule is satistifed.
Public propertyRule
Gets or sets the recognition rule.
Top
See Also