Click or drag to resize

CompareListExpression Class

Represents a list-compare of the format "expression operator all/any (expressions)".
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaExpressionBase
    com.espertech.esper.common.client.sodaCompareListExpression

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class CompareListExpression : ExpressionBase

The CompareListExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAll
Returns all flag, true for ALL and false for ANY.
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyIsAll
Returns all flag, true for ALL and false for ANY.
Public propertyOperator
Returns the operator.
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
Methods
  NameDescription
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodSetAll
Sets all flag, true for ALL and false for ANY.
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also