RecognitionExpressionGroup Class |
Namespace: Dynamicweb.Analytics.Profiles.Recognition
The RecognitionExpressionGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| RecognitionExpressionGroup |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| Combine |
Gets or sets the method of combining containing expression nodes within the current group.
| |
| Count |
Gets the total number of nodes within the current group.
(Inherited from RecognitionExpressionGroupBase.) | |
| Data |
Gets the underlying collection of nodes.
(Inherited from RecognitionExpressionGroupBase.) | |
| Group |
Gets or sets the reference to a parent group.
(Inherited from RecognitionExpressionGroupBase.) | |
| Nodes |
Gets the list of nodes within this group.
(Inherited from RecognitionExpressionGroupBase.) | |
| Points |
Gets or sets the amount of points that is given to the visitor if he satisfies the entire group conditions.
|
| Name | Description | |
|---|---|---|
| Add |
Adds new node to this group.
(Inherited from RecognitionExpressionGroupBase.) | |
| Clear |
Removes all nodes from this group.
(Inherited from RecognitionExpressionGroupBase.) | |
| GetEnumerator |
Returns an enumerator that iterates through the items within this group.
(Inherited from RecognitionExpressionGroupBase.) | |
| Remove |
Removes the given node from this group.
(Inherited from RecognitionExpressionGroupBase.) |
| Name | Description | |
|---|---|---|
| IEnumerableIRecognitionExpressionNodeGetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from RecognitionExpressionGroupBase.) | |
| IEnumerableGetEnumerator |
Returns an enumerator that iterates through the items within this group.
(Inherited from RecognitionExpressionGroupBase.) |