TreeNode Class |
Namespace: Guardtime.KSI.Service
The TreeNode type exposes the following members.
| Name | Description | |
|---|---|---|
| TreeNode(UInt32) |
Create aggregation tree node instance.
| |
| TreeNode(DataHash, UInt32) |
Create aggregation tree node instance.
| |
| TreeNode(IdentityMetadata, UInt32) |
Create aggregation tree node instance.
|
| Name | Description | |
|---|---|---|
| Hash |
Hash value of the node.
| |
| IsLeftNode |
If true then current node is left child, otherwise it is right node
| |
| Left |
Left child node
| |
| Level |
Node level in the tree. Level for leaves is 0.
| |
| Metadata |
Metadata to be added to aggregation hash chain
| |
| Parent |
Parent node
| |
| Right |
Right child node
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
String representation of the node.
(Overrides ObjectToString.) |