[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.xml
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Field Value