Click or drag to resize

EventTypeApplicationType Class

Application type.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.metaEventTypeApplicationType

Namespace:  com.espertech.esper.common.client.meta
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class EventTypeApplicationType : Enum

The EventTypeApplicationType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAVRO
Avro type.
Public fieldStatic memberCLASS
Class type.
Public fieldStatic memberMAP
Map type.
Public fieldStatic memberOBJECTARR
Object Array type.
Public fieldvalue__
Public fieldStatic memberVARIANT
Variant type.
Public fieldStatic memberWRAPPER
Wrapper type.
Public fieldStatic memberXML
Xml type.
Top
See Also