

Public Member Functions | |
| LinkNode (string name, Relationship relationship) | |
| Constructor used to create a new LinkNode object. | |
| LinkNode (string name, string nodeID, Relationship relationship) | |
| Constructor used to create a new LinkNode object with a specified ID. | |
| LinkNode (Node node) | |
| Constructor for creating an existing LinkNode object. | |
| LinkNode (Collection collection, ShallowNode shallowNode) | |
| Constructor that creates a LinkNode object from a ShallowNode object. | |
| Node | GetReference (Store store) |
| Gets the Node referenced by this LinkNode object. | |
| Simias::Storage::LinkNode::LinkNode | ( | string | name, | |
| Relationship | relationship | |||
| ) | [inline] |
| Simias::Storage::LinkNode::LinkNode | ( | string | name, | |
| string | nodeID, | |||
| Relationship | relationship | |||
| ) | [inline] |
| Simias::Storage::LinkNode::LinkNode | ( | Node | node | ) | [inline] |
| Simias::Storage::LinkNode::LinkNode | ( | Collection | collection, | |
| ShallowNode | shallowNode | |||
| ) | [inline] |
Constructor that creates a LinkNode object from a ShallowNode object.
| collection | Collection that the specified Node object belongs to. | |
| shallowNode | ShallowNode object to create the LinkNode object from. |
Gets the Node referenced by this LinkNode object.
| store | A reference to the Collection Store. |
1.5.6