Module Properties |
The Module 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.
| |
| FileName |
Path to the module file.
(Inherited from Module.) | |
| IndentMultiplicity |
Number of indent symbol needed to form a single indent.
(Inherited from Module.) | |
| IndentSymbol |
Symbol used for indent (space or tab).
(Inherited from Module.) | |
| IsValueNode |
True if pair has a literal value or pair value.
| |
| Members |
Collection of Document and AliasDefinition.
(Inherited from Module.) | |
| ModuleDocument | (Inherited from Module.) | |
| 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
| |
| NamespaceDefinitions |
Collection of NamespaceDefinition.
(Inherited from Module.) | |
| 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.) | |
| TargetFormat |
Target format of the module. XML or JSON, for ex.
| |
| 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.
|