Wrapper around HKCorrelationSample.
|
| | CorrelationSample (XmlNode node) |
| | The default constructor.
|
| |
|
override string | ToString () |
| | convert to a reasonable string representation
|
| |
| | Sample (XmlNode node) |
| | The default constructor.
|
| |
| | Sample (DateTimeOffset startDate, DateTimeOffset endDate) |
| | Manual constructor.
|
| |
| override XElement | ToXML () |
| | Internal method. Converts the sample to XML.
|
| |
| | HObject (XmlNode node) |
| | The constructor used internally when reading health data.
|
| |
◆ CorrelationSample()
| BeliefEngine.HealthKit.CorrelationSample.CorrelationSample |
( |
XmlNode | node | ) |
|
|
inline |
- Parameters
-
| node | the XmlNode to create this object from. |
◆ correlationType
| string BeliefEngine.HealthKit.CorrelationSample.correlationType |
TODO the correlation type.
◆ objects
| List<Sample> BeliefEngine.HealthKit.CorrelationSample.objects |