HealthKit.HKStatistics Members

The members of HealthKit.HKStatistics are listed below.

See Also: Inherited members from Foundation.NSObject

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]
EndDateFoundation.NSDate. Documentation for this section has not yet been entered.
[read-only]
QuantityTypeHKQuantityType. Documentation for this section has not yet been entered.
[read-only]
SourcesHKSource[]. Documentation for this section has not yet been entered.
[read-only]
StartDateFoundation.NSDate. Documentation for this section has not yet been entered.

Public Methods

AverageQuantity() : HKQuantity
Documentation for this section has not yet been entered.
AverageQuantity(HKSource) : HKQuantity
Documentation for this section has not yet been entered.
Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
MaximumQuantity() : HKQuantity
Documentation for this section has not yet been entered.
MaximumQuantity(HKSource) : HKQuantity
Documentation for this section has not yet been entered.
MinimumQuantity() : HKQuantity
Documentation for this section has not yet been entered.
MinimumQuantity(HKSource) : HKQuantity
Documentation for this section has not yet been entered.
SumQuantity() : HKQuantity
Documentation for this section has not yet been entered.
SumQuantity(HKSource) : HKQuantity
Documentation for this section has not yet been entered.

Protected Methods

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