Click or drag to resize

Assignment Class

An assignment is an expression specifically for the purpose of usage in updates. Usually an assignment is an equal-expression with the lhs being an event property or variable and the rhs being the new value expression.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaAssignment

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

The Assignment type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyValue
Returns expression to eval.
Top
See Also