Click or drag to resize

EventPropertyRendererContext Class

Context for use with the interface for use with the JSON or XML event renders to handle custom event property rendering.

Do not retain a handle to the renderer context as this object changes for each event property.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.renderEventPropertyRendererContext

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

The EventPropertyRendererContext type exposes the following members.

Constructors
  NameDescription
Public methodEventPropertyRendererContext
Ctor.
Top
Properties
  NameDescription
Public propertyDefaultRenderer
Returns the output value default renderer.
Public propertyEventType
Returns the event type
Public propertyIndexedPropertyIndex
Returns the index for indexed properties.
Public propertyIsJsonFormatted
Returns true for JSON formatted.
Public propertyMappedPropertyKey
Returns the map key for mapped properties
Public propertyPropertyName
Returns the property name to be rendered.
Public propertyPropertyValue
Returns the property value.
Public propertyStringBuilder
Returns the string builder.
Top
Methods
  NameDescription
Public methodCopy
Copies context.
Public methodSetStringBuilderAndReset
Sets the string builer
Top
See Also