Click or drag to resize

OnMergeMatchItem Constructor (Boolean, Expression, IList)

Initializes a new instance of the OnMergeMatchItem class

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OnMergeMatchItem(
	bool matched,
	Expression optionalCondition,
	IList actions
)

Parameters

matched
Type: SystemBoolean

[Missing <param name="matched"/> documentation for "M:com.espertech.esper.common.client.soda.OnMergeMatchItem.#ctor(System.Boolean,com.espertech.esper.common.client.soda.Expression,System.Collections.Generic.IList`1)"]

optionalCondition
Type: com.espertech.esper.common.client.sodaExpression

[Missing <param name="optionalCondition"/> documentation for "M:com.espertech.esper.common.client.soda.OnMergeMatchItem.#ctor(System.Boolean,com.espertech.esper.common.client.soda.Expression,System.Collections.Generic.IList`1)"]

actions
Type: System.Collections.GenericIListT

[Missing <param name="actions"/> documentation for "M:com.espertech.esper.common.client.soda.OnMergeMatchItem.#ctor(System.Boolean,com.espertech.esper.common.client.soda.Expression,System.Collections.Generic.IList`1)"]

See Also