AliasDefinition Class |
Namespace: Syntactik.DOM.Mapped
public class AliasDefinition : AliasDefinition, IMappedPair
The AliasDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | AliasDefinition(String, AssignmentEnum, String) |
Creates a new instance of AliasDefinition.
|
![]() | AliasDefinition(String, AssignmentEnum, String, Interval, Interval, Interval, Int32, Int32, ValueType, ListObject, Int32) |
Creates an instance of AliasDefinition.
|
Name | Description | |
---|---|---|
![]() | Assignment |
Gets or sets a value of pair assignment.
(Inherited from Pair.) |
![]() | AssignmentInterval | Interval used to define pair assignment.
|
![]() | Entities |
Collection of child pairs.
(Inherited from AliasDefinition.) |
![]() | HasCircularReference |
True if AliasDefinition has a circular reference.
|
![]() | HasDefaultBlockParameter |
True if AliasDefinition has a default block parameter.
|
![]() | HasDefaultValueParameter |
True if AliasDefinition has a default value parameter.
|
![]() | InterpolationItems |
List of interpolation objects.
|
![]() | IsValueNode |
True if pair has a literal value or pair value.
|
![]() | Module |
Parent Module of the ModuleMember.
(Inherited from ModuleMember.) |
![]() | 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 |
Namespace definitions of the module member.
(Inherited from ModuleMember.) |
![]() | PairValue |
Pair value of the pair. Use method AppendChild(Pair) to set value of this property.
(Inherited from Pair.) |
![]() | Parameters |
List of Parameter defined in the AliasDefinition |
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Accept |
Method is a part of the visitor pattern implementation.
(Inherited from AliasDefinition.) |
![]() | AppendChild |
Adds another pair as a child. If pair has "pair assignment" := then the method initializes property PairValue.
(Overrides AliasDefinitionAppendChild(Pair).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasValue |
If true then the pair has either literal value or pair value.
(Inherited from Pair.) |
![]() | InitializeParent |
This method is called when the pair is added as child to another pair.
(Inherited from Pair.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |