Click or drag to resize

ConfigurationCommonEventTypeBean Class

Configuration information for legacy event types.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeBean

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCommonEventTypeBean

The ConfigurationCommonEventTypeBean type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCommonEventTypeBean
Ctor.
Top
Properties
  NameDescription
Public propertyAccessorStyle
Returns the accessor style.
Public propertyCopyMethod
Returns the method name of the method to use to copy the underlying event object.
Public propertyEndTimestampPropertyName
Returns the property name of the property providing the end timestamp value.
Public propertyFactoryMethod
Returns the name of the factory method, either fully-qualified or just a method name if the method is on the same class as the configured class, to use when instantiating objects of the type.
Public propertyFieldProperties
Returns a list of descriptors specifying explicitly configured field names and their property name.
Public propertyMethodProperties
Returns a list of descriptors specifying explicitly configured method names and their property name.
Public propertyPropertyResolutionStyle
Returns the type's property resolution style to use.
Public propertyStartTimestampPropertyName
Returns the property name of the property providing the start timestamp value.
Top
Methods
  NameDescription
Public methodAddFieldProperty
Adds the named event property backed by the named accessor field.
Public methodAddMethodProperty
Adds the named event property backed by the named accessor method.

The accessor method is expected to be a public method with no parameters for simple event properties, or with a single integer parameter for indexed event properties, or with a single String parameter for mapped event properties.

Top
See Also