Entity Class |
Namespace: Syntactik.DOM
public abstract class Entity : Pair
The Entity type exposes the following members.
Name | Description | |
---|---|---|
![]() | Assignment |
Gets or sets a value of pair assignment.
(Inherited from Pair.) |
![]() | Name |
Name of the pair.
(Inherited from Pair.) |
![]() | 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.
(Inherited from Pair.) |
![]() | AppendChild |
Adds another pair as a child. If pair has "pair assignment" := then the method initializes property PairValue.
(Inherited from 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.) |