HealthKit.HKQuantitySample Members

The members of HealthKit.HKQuantitySample are listed below.

See Also: Inherited members from HealthKit.HKSample

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
QuantityHKQuantity. Returns the quantity for this sample.
[read-only]
QuantityTypeHKQuantityType. Returns the quantity type for this sample.

Public Methods

static
FromType(HKQuantityType, HKQuantity, Foundation.NSDate, Foundation.NSDate, Foundation.NSDictionary) : HKQuantitySample
Creates a new HKQuantitySample, using a loosely typed NSDictionary for metadata.
static
FromType(HKQuantityType, HKQuantity, Foundation.NSDate, Foundation.NSDate, HKMetadata) : HKQuantitySample
Creates a new HKQuantitySample, using a stronglty typed HKMetadata for the metadata.

Protected Methods

override
Dispose(bool)
Releases the resources used by the HKQuantitySample object.