Click or drag to resize

AliasDefinition Properties

The AliasDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAssignment
Gets or sets a value of pair assignment.
(Inherited from Pair.)
Public propertyAssignmentInterval
Interval used to define pair assignment.
Public propertyEntities
Collection of child pairs.
(Inherited from AliasDefinition.)
Public propertyHasCircularReference
True if AliasDefinition has a circular reference.
Public propertyHasDefaultBlockParameter
True if AliasDefinition has a default block parameter.
Public propertyHasDefaultValueParameter
True if AliasDefinition has a default value parameter.
Public propertyInterpolationItems
List of interpolation objects.
Public propertyIsValueNode
True if pair has a literal value or pair value.
Public propertyModule
Parent Module of the ModuleMember.
(Inherited from ModuleMember.)
Public propertyName
Name of the pair.
(Inherited from Pair.)
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 propertyNamespaceDefinitions
Namespace definitions of the module member.
(Inherited from ModuleMember.)
Public propertyPairValue
Pair value of the pair. Use method AppendChild(Pair) to set value of this property.
(Inherited from Pair.)
Public propertyParameters
List of Parameter defined in the AliasDefinition
Public propertyParent
Parent of the pair.
(Inherited from Pair.)
Public propertyValue
Literal value of the pair.
(Inherited from Pair.)
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