Click or drag to resize

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
Syntax
C#
EventType[] SuperTypes { get; }

Property Value

Type: EventType
an array of event types
See Also