
Public Member Functions | |
| Record (XmlElement recordXml) | |
| Creates a Record from an XML Element. Can be used to enumerate the Properties contained in this record. | |
| Record (string name, string id, string type) | |
| Creates a Record from the strings. | |
| XmlElement | ToXml (XmlDocument doc) |
| Called to get an XML node for this Record. This node does not include the property nodes. | |
| IEnumerator | GetEnumerator () |
| Gets the Property enumerator of this Record. | |
Public Attributes | |
| string | Name |
| The Name of the Record. | |
| string | Id |
| The ID of the Record. | |
| string | Type |
| The type of the Record. | |
| Simias::Storage::Provider::Record::Record | ( | XmlElement | recordXml | ) | [inline] |
| Simias::Storage::Provider::Record::Record | ( | string | name, | |
| string | id, | |||
| string | type | |||
| ) | [inline] |
| XmlElement Simias::Storage::Provider::Record::ToXml | ( | XmlDocument | doc | ) | [inline] |
| IEnumerator Simias::Storage::Provider::Record::GetEnumerator | ( | ) | [inline] |
The Name of the Record.
The ID of the Record.
The type of the Record.
1.5.6