Click or drag to resize

RecognitionExpressionGroup Properties

The RecognitionExpressionGroup type exposes the following members.

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
See Also