General node class for rendering of parent-child associations
Inheritance Hierarchy
Relativity.Processing.ServicesNode
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: b44b4b567bbab080f9f68472e841682bf13da2db
Syntax
The Node type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Node |
Properties
Name | Description | |
---|---|---|
![]() | Children |
The children nodes associated with the current node
|
![]() | HasChildren |
Whether the node has any children nodes
|
![]() | Name |
Name of the node
|
![]() | Type |
The type of the node
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(Node) | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also