Click or drag to resize

JSONRenderingOptionsPreventLooping Property

Indicator whether to prevent looping, by default set to true. Set to false to allow looping in the case where nested properties may refer to themselves, for example.

The algorithm to control looping considers the combination of event type and property name for each level of nested property.

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

Return Value

Type: Boolean
indicator whether the rendering algorithm prevents looping behavior
See Also