Click or drag to resize

ConfigurationCommonEventTypeBeanAddMethodProperty Method

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.

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

Parameters

name
Type: SystemString
is the event property name
accessorMethod
Type: SystemString
is the accessor method name.
See Also