Click or drag to resize

ConfigurationCommonEventTypeBeanLegacyMethodPropDesc Class

Encapsulates information about an accessor method backing a named event property.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeBeanLegacyMethodPropDesc

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 LegacyMethodPropDesc

The ConfigurationCommonEventTypeBeanLegacyMethodPropDesc type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccessorMethodName
Returns the accessor method name.
Public propertyName
Returns the event property name.
Top
See Also