Click or drag to resize

EventRepresentationAttribute Class

Annotation that can be attached to specify which underlying event representation to use for events.
Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.annotationEventRepresentationAttribute

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class EventRepresentationAttribute : Attribute

The EventRepresentationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodEventRepresentationAttribute
Initializes a new instance of the EventRepresentationAttribute class
Top
Properties
  NameDescription
Public propertyValue
Define the event underlying type.
Top
See Also