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

Returns enumerable over all super types to event type, going up the hierarchy and including all interfaces (and their extended interfaces) and superclasses as EventType instances.

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

Syntax

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