Click or drag to resize

ConfigurationCommonEventTypeMap Class

Configuration object for Map-based event types.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeWithSupertype
    com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeMap

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

The ConfigurationCommonEventTypeMap type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCommonEventTypeMap
Initializes a new instance of the ConfigurationCommonEventTypeMap class
Top
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
See Also