Click or drag to resize

RecognitionExpressionGroup Class

Represents a group within the recognition expression.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.Profiles.RecognitionRecognitionExpressionGroupBase
    Dynamicweb.Analytics.Profiles.RecognitionRecognitionExpressionGroup

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

The RecognitionExpressionGroup type exposes the following members.

Constructors
  NameDescription
Public methodRecognitionExpressionGroup
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyCombine
Gets or sets the method of combining containing expression nodes within the current group.
Public propertyCount
Gets the total number of nodes within the current group.
(Inherited from RecognitionExpressionGroupBase.)
Protected propertyData
Gets the underlying collection of nodes.
(Inherited from RecognitionExpressionGroupBase.)
Public propertyGroup
Gets or sets the reference to a parent group.
(Inherited from RecognitionExpressionGroupBase.)
Public propertyNodes
Gets the list of nodes within this group.
(Inherited from RecognitionExpressionGroupBase.)
Public propertyPoints
Gets or sets the amount of points that is given to the visitor if he satisfies the entire group conditions.
Top
Methods
  NameDescription
Public methodAdd
Adds new node to this group.
(Inherited from RecognitionExpressionGroupBase.)
Public methodClear
Removes all nodes from this group.
(Inherited from RecognitionExpressionGroupBase.)
Public methodGetEnumerator
Returns an enumerator that iterates through the items within this group.
(Inherited from RecognitionExpressionGroupBase.)
Public methodRemove
Removes the given node from this group.
(Inherited from RecognitionExpressionGroupBase.)
Top
Explicit Interface Implementations
See Also