AliasDefinition Class |
Namespace: Syntactik.DOM
public class AliasDefinition : ModuleMember, IContainer
The AliasDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | AliasDefinition |
Creates a new instance of AliasDefinition.
|
Name | Description | |
---|---|---|
![]() | Assignment |
Gets or sets a value of pair assignment.
(Inherited from Pair.) |
![]() | Entities |
Collection of child pairs.
|
![]() | Module |
Parent Module of the ModuleMember.
(Inherited from ModuleMember.) |
![]() | Name |
Name of the pair.
(Inherited from Pair.) |
![]() | 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.) |
![]() | Parent |
Parent of the pair.
(Inherited from Pair.) |
![]() | Value |
Literal value of the pair.
(Inherited from Pair.) |
Name | Description | |
---|---|---|
![]() | Accept |
Method is a part of the visitor pattern implementation.
(Overrides PairAccept(IDomVisitor).) |
![]() | AppendChild |
Adds another pair as a child. If pair has "pair assignment" := then the method initializes property PairValue.
(Overrides PairAppendChild(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.) |