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

An interface that wraps the the event property getter with a delegate

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.events.EventPropertyGetterImpl