Node class
Represent node of data exchange.
public class Node
Public Members
name | description |
---|---|
Node() | Initializes a new instance of the Node class. |
Attributes { get; } | Attributes of the node |
ChildNodes { get; } | Child nodes relationships |
Children { get; } | The children base assets. |
Id { get; } | Unique Id of the node |
Parent { get; } | Gets the parent. |
ParentNodes { get; } | Parent nodes relationships |
Revision { get; } | Revision of the node |
Status { get; } | Node status |
AddChild(…) | Adds the child to node. |
GetChildrenByType<T>() | |
GetParentByType<T>() | |
RemoveChild(…) | Removes the child. |
RemoveParent(…) | Removes the parent. |