Click or drag to resize

EventPropertyDescriptorIsMapped Property

Returns true for mapped properties, returns false for all other property styles.

A mapped property is a property returning a Map value or a getter-method taking a single string (key) parameter.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsMapped { get; }

Return Value

Type: Boolean
indicator whether this property is a mapped property
See Also