Click or drag to resize

ContextDescriptorConditionPattern Class

Context condition that start/initiated or ends/terminates context partitions based on a pattern.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaContextDescriptorConditionPattern

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

The ContextDescriptorConditionPattern type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsInclusive
Return the inclusive flag, meaning events that constitute the pattern match should be considered for context-associated statements.
Public propertyIsNow
Returns "now" indicator
Public propertyPattern
Returns the pattern expression.
Top
Methods
  NameDescription
Public methodToEPL
Top
See Also