Click or drag to resize

DotExpressionItem Class

Dot-expresson item is for use in "(inner_expression).dot_expression".

Each item represent an individual chain item and may either be a method name with method parameters, or a (nested) property name typically with an empty list of parameters or for mapped properties a non-empty list of parameters.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaDotExpressionItem

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

The DotExpressionItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsProperty
Returns true if this dot-item is a property name.
Public propertyName
Gets or sets the method name or nested property name.
Public propertyParameters
Gets or sets method parameters or parameters for mapped properties or empty list if this item represents a simple nested property.
Top
Methods
  NameDescription
Protected methodStatic memberRender
Top
See Also