[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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) |
---|
Public Overridable ReadOnly Property DeepSuperTypes As IEnumerable(Of EventType) |
C# |
---|
public virtual IEnumerable<EventType> DeepSuperTypes { get; } |
Visual C++ |
---|
public: virtual property IEnumerable<EventType^>^ DeepSuperTypes { IEnumerable<EventType^>^ get (); } |