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

Ctor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	properties As IList(Of Property), _
	beanEventAdapter As BeanEventAdapter _
)
C#
public NestedProperty (
	IList<Property> properties,
	BeanEventAdapter beanEventAdapter
)
Visual C++
public:
NestedProperty (
	IList<Property^>^ properties, 
	BeanEventAdapter^ beanEventAdapter
)

Parameters

properties
System.Collections.Generic.IList<(Of T>)
is the list of Property instances representing each nesting level
beanEventAdapter
net.esper.events.BeanEventAdapter
is the chache and factory for event bean types and event wrappers