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

Returns an array of event types that are super to this event type, from which this event type inherited event properties. For object instances underlying the event this method returns the event types for all superclasses extended by the object and all interfaces implemented by the object.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property SuperTypes As IEnumerable(Of EventType)
C#
IEnumerable<EventType> SuperTypes { get; }
Visual C++
property IEnumerable<EventType^>^ SuperTypes {
	IEnumerable<EventType^>^ get ();
}

Return Value

an array of event types