[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 ( _
	getterChain As IList(Of EventPropertyGetter), _
	beanEventAdapter As BeanEventAdapter _
)
C#
public NestedPropertyGetter (
	IList<EventPropertyGetter> getterChain,
	BeanEventAdapter beanEventAdapter
)
Visual C++
public:
NestedPropertyGetter (
	IList<EventPropertyGetter^>^ getterChain, 
	BeanEventAdapter^ beanEventAdapter
)

Parameters

getterChain
System.Collections.Generic.IList<(Of T>)
is the chain of getters to retrieve each nested property
beanEventAdapter
net.esper.events.BeanEventAdapter
is the chache and factory for event bean types and event wrappers