DisplayValue Members
HealthVault
The DisplayValue type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayValue()()()() |
Creates a new instance of the DisplayValue class with empty values.
|
| DisplayValue(Double) |
Creates a new instance of the DisplayValue class
with the specified value.
|
| DisplayValue(Double, String) |
Creates a new instance of the DisplayValue class
with the specified value and units.
|
| DisplayValue(Double, String, String) |
Creates a new instance of the DisplayValue class with
the specified value, units, and units code.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
| GetType |
Gets the Type of the current instance. (Inherited from Object.) |
| MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
| ParseXml |
Populates the data for the display value from the XML.
(Overrides HealthRecordItemData..::..ParseXml(XPathNavigator).) |
| ToString |
Retrieves a string representation of the display value.
(Overrides Object..::..ToString()()()().) |
| WriteXml |
Writes the display value to the specified XML writer.
(Overrides HealthRecordItemData..::..WriteXml(String, XmlWriter).) |