Click or drag to resize

EventTypeUnderlyingType Property

Get the class that represents the vanilla type of the event type. Returns a vanilla event class if the schema represents a vanilla event type. Returns Dictionary is the schema represents a collection of values in a Dictionary.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Type UnderlyingType { get; }

Property Value

Type: Type
type of the event object
See Also