Click or drag to resize

OnMergeMatchItem Class

As part of on-merge, this represents a single "matched" or "not matched" entry.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOnClause
    com.espertech.esper.common.client.sodaOnMergeMatchItem

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

The OnMergeMatchItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyActions
Returns all actions.
Public propertyIsMatched
Returns true for matched, and false for not-matched.
Public propertyOptionalCondition
Returns the condition to apply or null if none is provided.
Top
Methods
  NameDescription
Public methodToEPL
Renders the clause in textual representation.
Top
See Also