Public Attributes | |
| const string | ObjectListTag = "ObjectList" |
| Xml Tag for a list of objects. | |
| const string | ObjectTag = "Object" |
| Xml Tag for an object definition. | |
| const string | PropertyTag = "Property" |
| Xml tag for a property definition. | |
| const string | NameAttr = "name" |
| Xml attribute for name. | |
| const string | IdAttr = "id" |
| Xml attribute for id. | |
| const string | CIdAttr = "cid" |
| Xml attribute for colliction id. | |
| const string | TypeAttr = "type" |
| Xml attribute for type. | |
| const string | FlagsAttr = "flags" |
| Xml attribute for property flags. | |
| const string Simias::Storage::XmlTags::ObjectListTag = "ObjectList" |
Xml Tag for a list of objects.
| const string Simias::Storage::XmlTags::ObjectTag = "Object" |
Xml Tag for an object definition.
| const string Simias::Storage::XmlTags::PropertyTag = "Property" |
Xml tag for a property definition.
| const string Simias::Storage::XmlTags::NameAttr = "name" |
Xml attribute for name.
| const string Simias::Storage::XmlTags::IdAttr = "id" |
Xml attribute for id.
| const string Simias::Storage::XmlTags::CIdAttr = "cid" |
Xml attribute for colliction id.
| const string Simias::Storage::XmlTags::TypeAttr = "type" |
Xml attribute for type.
| const string Simias::Storage::XmlTags::FlagsAttr = "flags" |
Xml attribute for property flags.
1.5.6