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

Interface for property getters also returning type information for the property.

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

Syntax

Visual Basic (Declaration)
Public Interface TypedEventPropertyGetter _
	Implements EventPropertyGetter
C#
public interface TypedEventPropertyGetter : EventPropertyGetter
Visual C++
public interface class TypedEventPropertyGetter : EventPropertyGetter