Click or drag to resize

ConfigurationCommonEventTypeObjectArray Class

Configuration object for Object array-based event types.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeWithSupertype
    com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeObjectArray

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 ConfigurationCommonEventTypeObjectArray : ConfigurationCommonEventTypeWithSupertype

The ConfigurationCommonEventTypeObjectArray type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEndTimestampPropertyName
Returns the property name of the property providing the end timestamp value.
(Inherited from ConfigurationCommonEventTypeWithSupertype.)
Public propertyStartTimestampPropertyName
Returns the property name of the property providing the start timestamp value.
(Inherited from ConfigurationCommonEventTypeWithSupertype.)
Public propertySuperTypes
Sets the super types.
(Inherited from ConfigurationCommonEventTypeWithSupertype.)
Top
Fields
  NameDescription
Public fieldStatic memberSINGLE_SUPERTYPE_MSG
Message for single supertype for object-arrays.
Top
See Also