Click or drag to resize

Module Properties

The Module type exposes the following members.

Properties
  NameDescription
Public propertyAssignment
Gets or sets a value of pair assignment.
(Inherited from Pair.)
Public propertyFileName
Path to the module file.
Public propertyIndentMultiplicity
Number of indent symbol needed to form a single indent.
Public propertyIndentSymbol
Symbol used for indent (space or tab).
Public propertyMembers
Collection of Document and AliasDefinition.
Public propertyModuleDocument
Document of module is implicitly declared by added Entity as module child.
Public propertyName
Name of the pair.
(Inherited from Pair.)
Public propertyNamespaceDefinitions
Collection of NamespaceDefinition.
Public propertyPairValue
Pair value of the pair. Use method AppendChild(Pair) to set value of this property.
(Inherited from Pair.)
Public propertyParent
Parent of the pair.
(Inherited from Pair.)
Public propertyValue
Literal value of the pair.
(Inherited from Pair.)
Top
See Also