Click or drag to resize

ConfigurationCommonEventTypeBeanLegacyMethodPropDesc Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public LegacyMethodPropDesc(
	string name,
	string accessorMethodName
)

Parameters

name
Type: SystemString
is the event property name
accessorMethodName
Type: SystemString
is the name of the accessor method
See Also