[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 bean instances underlying the event this method returns the event types for all superclasses extended by the bean and all interfaces implemented by the bean.

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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property SuperTypes As IEnumerable(Of EventType)
C#
public abstract IEnumerable<EventType> SuperTypes { get; }
Visual C++
public:
virtual property IEnumerable<EventType^>^ SuperTypes {
	IEnumerable<EventType^>^ get () abstract;
}

Field Value

Return Value

an array of event types