Click or drag to resize

XMLRenderingOptionsIsDefaultAsAttribute Property

Indicator whether simple properties are rendered as attributes, this setting is false by default thereby simple properties are rendered as elements.

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

Return Value

Type: Boolean
true for simple properties rendered as attributes
See Also