Click or drag to resize

DotExpression Class

Dot-expresson is for use in "(inner_expression).dot_expression".
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 DotExpression : ExpressionBase

The DotExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChain
Returns the method chain of all methods after the dot.
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
Methods
See Also