[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)
Public Overridable ReadOnly Property SuperTypes As IEnumerable(Of EventType)
C#
public virtual IEnumerable<EventType> SuperTypes { get; }
Visual C++
public:
virtual property IEnumerable<EventType^>^ SuperTypes {
	IEnumerable<EventType^>^ get ();
}

Field Value

Return Value

an array of event types