Click or drag to resize

IRecognitionExpressionGroup Interface

Represents a group within the recognition expression.

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public interface IRecognitionExpressionGroup : IRecognitionExpressionNode, 
	IEnumerable<IRecognitionExpressionNode>, IEnumerable

The IRecognitionExpressionGroup type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the total number of nodes within the current group.
Public propertyGroup
Gets or sets the reference to a group that this node belongs to.
(Inherited from IRecognitionExpressionNode.)
Public propertyNodes
Gets the list of nodes within this group.
Top
Methods
  NameDescription
Public methodAdd
Adds new node to this group.
Public methodClear
Removes all nodes from this group.
Public methodRemove
Removes the given node from this group.
Top
See Also