Click or drag to resize

IMappedPair Interface

Represents a parsing information of pairs.

Namespace:  Syntactik.DOM.Mapped
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public interface IMappedPair

The IMappedPair type exposes the following members.

Properties
  NameDescription
Public propertyAssignmentInterval
Interval used to define pair assignment.
Public propertyIsValueNode
True if pair has a literal value or pair value.
Public propertyNameInterval
Interval used to define name of the pair.
Public propertyNameQuotesType
Stores info about quotes used to define name of the pair. 0 - no quotes 1 - single quotes 2 - double quotes
Public propertyValueIndent
Indent of pair value.
Public propertyValueInterval
Interval used to define literal value of the pair.
Public propertyValueQuotesType
Stores info about quotes used to define value of the pair. 0 - no quotes 1 - single quotes 2 - double quotes
Public propertyValueType
Type of the pair value.
Top
See Also