Click or drag to resize

EventPropertyDescriptorIsRequiresMapKey Property

Returns true to indicate that the property is a mapped property and requires a map key to access elements of the mapped property. Returns false to indicate that the property is not a mapped property or does not require a map key for property value access.

For object events, a getter-method that takes a single string parameter is considered a mapped property that requires a map key for access.

A getter-method that returns a Map is considered a mapped property but does not require a map key for access.

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

Return Value

Type: Boolean
true to indicate that property value access requires an index value
See Also