Simias::Storage::ShallowNode Class Reference

Represents a Node object without properties. More...

List of all members.

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.


Detailed Description

Represents a Node object without properties.


Member Function Documentation

bool Simias::Storage::ShallowNode::IsBaseType ( string  typeString  )  [inline]

Returns whether specified Node object is the specified base type.

Parameters:
typeString Type of Node object.
Returns:
True if Node object is the specified type, otherwise false is returned.

int Simias::Storage::ShallowNode::CompareTo ( object  node  )  [inline]

Compares this node by name to the specified node.

Parameters:
node Node object to compare.
Returns:
Zero if objects are equal, less than zero if this object is less than the specified object, greater than zero if this object is greater than the specified object.


Property Documentation

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.


The documentation for this class was generated from the following file:

Generated on Wed Apr 8 14:55:19 2009 for simias by  doxygen 1.5.6