graphNodeBase Properties |
The graphNodeBase type exposes the following members.
| Name | Description | |
|---|---|---|
| isLeaf |
Gets a value indicating whether this instance is leaf.
| |
| Item |
Gets or sets the IGraphNode with the specified key.
| |
| level |
Gets the depth level, where 1 is the root
| |
| name |
Ime koje je dodeljeno objektu
| |
| parent |
Referenca prema parent objektu
| |
| path |
Putanja objekta
| |
| pathSeparator |
Gets the path separator used in this path format - if its not set it will look for parent's default path separator to set it. If there is no parent, it will use defaultPathSeparator | |
| root |
Gets the root.
|