Public Member Functions | |
| Property (XmlElement propertyEl) | |
| Creates a Property from an XML element. | |
Static Public Member Functions | |
| static XmlElement | CreateXmlNode (XmlDocument doc, string Name, string Type, string Flags, string Value) |
| Called to create an XML node that represents a property. | |
Public Attributes | |
| string | Name |
| Property Name. | |
| string | Type |
| Property Type. | |
| string | Value |
| Property Value. | |
| string | Flags |
| Property Flags. | |
| Simias::Storage::Provider::Property::Property | ( | XmlElement | propertyEl | ) | [inline] |
| static XmlElement Simias::Storage::Provider::Property::CreateXmlNode | ( | XmlDocument | doc, | |
| string | Name, | |||
| string | Type, | |||
| string | Flags, | |||
| string | Value | |||
| ) | [inline, static] |
Called to create an XML node that represents a property.
| doc | The document the XML node belongs to. | |
| Name | The name of the property. | |
| Type | The type of the property. | |
| Flags | The flags of the property. | |
| Value | The value of the property. |
Property Name.
Property Type.
Property Value.
Property Flags.
1.5.6