HealthKit.HKWorkout Members

The members of HealthKit.HKWorkout 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]
Durationdouble. Documentation for this section has not yet been entered.
[read-only]
static
SortIdentifierDurationFoundation.NSString. Represents the value associated with the constant HKWorkoutSortIdentifierDuration
[read-only]
static
SortIdentifierTotalDistanceFoundation.NSString. Represents the value associated with the constant HKWorkoutSortIdentifierTotalDistance
[read-only]
static
SortIdentifierTotalEnergyBurnedFoundation.NSString. Represents the value associated with the constant HKWorkoutSortIdentifierTotalEnergyBurned
[read-only]
TotalDistanceHKQuantity. Documentation for this section has not yet been entered.
[read-only]
TotalEnergyBurnedHKQuantity. Documentation for this section has not yet been entered.
[read-only]
WorkoutActivityTypeHKWorkoutActivityType. Documentation for this section has not yet been entered.
[read-only]
WorkoutEventsHKWorkoutEvent[]. Documentation for this section has not yet been entered.

Public Methods

static
Create(HKWorkoutActivityType, Foundation.NSDate, Foundation.NSDate) : HKWorkout
Documentation for this section has not yet been entered.
static
Create(HKWorkoutActivityType, Foundation.NSDate, Foundation.NSDate, HKWorkoutEvent[], HKQuantity, HKQuantity, Foundation.NSDictionary) : HKWorkout
Documentation for this section has not yet been entered.
static
Create(HKWorkoutActivityType, Foundation.NSDate, Foundation.NSDate, HKWorkoutEvent[], HKQuantity, HKQuantity, HKMetadata) : HKWorkout
Documentation for this section has not yet been entered.
static
Create(HKWorkoutActivityType, Foundation.NSDate, Foundation.NSDate, double, HKQuantity, HKQuantity, Foundation.NSDictionary) : HKWorkout
Documentation for this section has not yet been entered.
static
Create(HKWorkoutActivityType, Foundation.NSDate, Foundation.NSDate, double, HKQuantity, HKQuantity, HKMetadata) : HKWorkout
Documentation for this section has not yet been entered.

Protected Methods

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