HealthKit.HKQuery Members

The members of HealthKit.HKQuery are listed below.

See Also: Inherited members from Foundation.NSObject

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]
PredicateFoundation.NSPredicate. Documentation for this section has not yet been entered.
[read-only]
SampleTypeHKSampleType. Documentation for this section has not yet been entered.

Public Methods

static
GetPredicateForCategorySamples(Foundation.NSPredicateOperatorType, nint) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForDuration(Foundation.NSPredicateOperatorType, double) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForMetadataKey(Foundation.NSString) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForMetadataKey(Foundation.NSString, Foundation.NSObject[]) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForMetadataKey(Foundation.NSString, Foundation.NSPredicateOperatorType, Foundation.NSObject) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForObject(Foundation.NSUuid) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForObjects(Foundation.NSSet) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForObjectsFromSource(HKSource) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForObjectsFromSources(Foundation.NSSet) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForObjectsFromWorkout(HKWorkout) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForQuantitySamples(Foundation.NSPredicateOperatorType, HKQuantity) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForSamples(Foundation.NSDate, Foundation.NSDate, HKQueryOptions) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForTotalDistance(Foundation.NSPredicateOperatorType, HKQuantity) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForTotalEnergyBurned(Foundation.NSPredicateOperatorType, HKQuantity) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
GetPredicateForWorkouts(HKWorkoutActivityType) : Foundation.NSPredicate
Documentation for this section has not yet been entered.
static
PredicateForObjectsWithNoCorrelation() : Foundation.NSPredicate
Documentation for this section has not yet been entered.

Protected Methods

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