Public Member Functions | |
| bool | IsBaseType (string typeString) |
| Returns whether specified Node object is the specified base type. | |
| int | CompareTo (object node) |
| Compares this node by name to the specified node. | |
Properties | |
| string | ID [get] |
| Gets the globally unique identifier for this object. | |
| string | Name [get] |
| Gets the name of this object. | |
| string | Type [get] |
| Gets the base type (Collection or Node) for this object. | |
| string | CollectionID [get] |
| Gets the collection identifier for this object. | |
| bool Simias::Storage::ShallowNode::IsBaseType | ( | string | typeString | ) | [inline] |
| int Simias::Storage::ShallowNode::CompareTo | ( | object | node | ) | [inline] |
Compares this node by name to the specified node.
| node | Node object to compare. |
string Simias::Storage::ShallowNode::ID [get] |
Gets the globally unique identifier for this object.
string Simias::Storage::ShallowNode::Name [get] |
Gets the name of this object.
string Simias::Storage::ShallowNode::Type [get] |
Gets the base type (Collection or Node) for this object.
string Simias::Storage::ShallowNode::CollectionID [get] |
Gets the collection identifier for this object.
1.5.6