Entity Methods |
The Entity type exposes the following members.
| 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.) |