Click or drag to resize

PatternNotExpr Class

Not-expression for negating a pattern sub-expression for use in pattern expressions.
Inheritance Hierarchy

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

The PatternNotExpr type exposes the following members.

Constructors
  NameDescription
Public methodPatternNotExpr
Ctor - for use to create a pattern expression tree, without pattern child expression.
Public methodPatternNotExpr(PatternExpr)
Ctor.
Top
Properties
Methods
See Also