RecognitionExpression Class |
Namespace: Dynamicweb.Analytics.Profiles.Recognition
The RecognitionExpression type exposes the following members.
Name | Description | |
---|---|---|
RecognitionExpression |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
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 the reference to a parent group.
(Overrides RecognitionExpressionGroupBaseGroup.) | |
Nodes |
Gets the list of nodes within this group.
(Inherited from RecognitionExpressionGroupBase.) |
Name | Description | |
---|---|---|
Add |
Adds new node to this group.
(Inherited from RecognitionExpressionGroupBase.) | |
CalculateTotalPoints |
Calculates the total amount of points that the visitor can get for satisfying all rules within the expression.
| |
Clear |
Removes all nodes from this group.
(Inherited from RecognitionExpressionGroupBase.) | |
Deserialize |
Reads the object data from the given XML document and applies the information to the current instance.
| |
Evaluate |
Evaluates the given recognition expression and returns the amount of points is gained to the given visit.
| |
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.) | |
Serialize |
Converts the current object to XML.
|
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.) |