The members of HealthKit.HKQuantitySample are listed below.
See Also: Inherited members from HealthKit.HKSample
| A constructor that initializes the object from the data stored in the unarchiver object. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Quantity | HKQuantity. Returns the quantity for this sample. |
| [read-only] | QuantityType | HKQuantityType. Returns the quantity type for this sample. |
static | FromType(HKQuantityType, HKQuantity, Foundation.NSDate, Foundation.NSDate, Foundation.NSDictionary)Creates a new HKQuantitySample, using a loosely typed NSDictionary for metadata. | |
static | FromType(HKQuantityType, HKQuantity, Foundation.NSDate, Foundation.NSDate, HKMetadata)Creates a new HKQuantitySample, using a stronglty typed HKMetadata for the metadata. | |