[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This class represents a nested property, each nesting level made up of a property instance that can be of type indexed, mapped or simple itself.

The syntax for nested properties is as follows. a.n a[1].n a('1').n

Namespace: net.esper.events.property
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class NestedProperty _
	Implements Property
C#
public class NestedProperty : Property
Visual C++
public ref class NestedProperty : Property

Inheritance Hierarchy

System.Object
  net.esper.events.property.NestedProperty