Public Member Functions | |
| Relationship (Collection collection) | |
| Constructor for the Relationship object that creates a root relationship object. | |
| Relationship (string collectionID, string nodeID) | |
| Constructor for the Relationship object. | |
Properties | |
| string | CollectionID [get] |
| Gets the Collection identifier for the relationship. | |
| bool | IsRoot [get] |
| Gets whether this object is the root relationship. | |
| string | NodeID [get] |
| Gets the Node identifier for the relationship. | |
| Simias::Storage::Relationship::Relationship | ( | Collection | collection | ) | [inline] |
Constructor for the Relationship object that creates a root relationship object.
| collection | Collection for the relationship. |
| Simias::Storage::Relationship::Relationship | ( | string | collectionID, | |
| string | nodeID | |||
| ) | [inline] |
Constructor for the Relationship object.
| collectionID | Collection identifier for the relationship. | |
| nodeID | Node identifier for the relationship. If this parameter is null, this object is the root of the relationship. |
string Simias::Storage::Relationship::CollectionID [get] |
Gets the Collection identifier for the relationship.
bool Simias::Storage::Relationship::IsRoot [get] |
Gets whether this object is the root relationship.
string Simias::Storage::Relationship::NodeID [get] |
Gets the Node identifier for the relationship.
1.5.6