Click or drag to resize

RecognitionExpressionGroupBase Class

Provides basic functionality for handling group contents within the recognition expression.
Inheritance Hierarchy

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

The RecognitionExpressionGroupBase type exposes the following members.

Constructors
  NameDescription
Protected methodRecognitionExpressionGroupBase
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyCount
Gets the total number of nodes within the current group.
Protected propertyData
Gets the underlying collection of nodes.
Public propertyGroup
Gets or sets the reference to a parent group.
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 methodGetEnumerator
Returns an enumerator that iterates through the items within this group.
Public methodRemove
Removes the given node from this group.
Top
Explicit Interface Implementations
Remarks
This class supports the Dynamicweb Anaytics framework and is not intended to be used from your code.
See Also