 | EventTypeSuperTypes Property |
Returns an array of event types that are super to this event type, from which this event type inherited event
properties.
For vanilla instances underlying the event this method returns the event types for all
superclasses extended by the vanilla and all interfaces implemented by the vanilla.
Namespace:
com.espertech.esper.common.client
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxEventType[] SuperTypes { get; }
Property Value
Type:
EventTypean array of event types
See Also