Click or drag to resize

ValueType Enumeration

Represents type of the pair value.

Namespace:  Syntactik.DOM.Mapped
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public enum ValueType
Members
  Member nameValueDescription
None0 Node has no literal value.
Empty1 Node has literal value but the value is not defined (for example value parameter without default value)
DoubleQuotedString2 Value is a double quoted string
SingleQuotedString3 Value is a single quoted string
OpenString4 Value is an open string
FreeOpenString5 Value is a free open string
PairValue6 Pair has a "pair value".
Null7 JSON null literal
Number8 JSON number literal
Boolean9 JSON boolean literal
Object10 Empty block
Concatenation11 Concatenation
LiteralChoice12 Literal choice
See Also