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

Getter for a key property identified by a given key value, using vanilla reflection.

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.events.property.KeyedPropertyGetter