NamespaceDefinition Properties |
The NamespaceDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| Assignment |
Gets or sets a value of pair assignment.
(Inherited from Pair.) | |
| AssignmentInterval | Interval used to define pair assignment.
| |
| InterpolationItems |
List of interpolation objects.
| |
| IsValueNode |
True if pair has a literal value or pair value.
| |
| Name |
Name of the pair.
(Inherited from Pair.) | |
| NameInterval | Interval used to define name of the pair.
| |
| NameQuotesType |
Stores info about quotes used to define name of the pair.
0 - no quotes
1 - single quotes
2 - double quotes
| |
| PairValue |
Pair value of the pair. Use method AppendChild(Pair) to set value of this property.
(Inherited from Pair.) | |
| Parent |
Parent of the pair.
(Inherited from Pair.) | |
| Value |
Literal value of the pair.
(Inherited from Pair.) | |
| ValueIndent |
Indent of pair value.
| |
| ValueInterval | Interval used to define literal value of the pair.
| |
| ValueQuotesType |
Stores info about quotes used to define value of the pair.
0 - no quotes
1 - single quotes
2 - double quotes
| |
| ValueType |
Type of the pair value.
|