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

Constructor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	descriptor As IndexedPropertyDescriptor, _
	key As Object _
)
C#
public KeyedPropertyGetter (
	IndexedPropertyDescriptor descriptor,
	Object key
)
Visual C++
public:
KeyedPropertyGetter (
	IndexedPropertyDescriptor^ descriptor, 
	Object^ key
)

Parameters

descriptor
net.esper.events.property.IndexedPropertyDescriptor
The descriptor.
key
System.Object
is the key to supply as parameter to the mapped property getter