Class iOSHealthKitBiologicalSexProbe
Inheritance
System.Object
iOSHealthKitBiologicalSexProbe
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: SensusiOS.dll
Syntax
public class iOSHealthKitBiologicalSexProbe : iOSHealthKitProbe, INotifyPropertyChanged, IPollingProbe, IProbe
Constructors
iOSHealthKitBiologicalSexProbe()
Declaration
public iOSHealthKitBiologicalSexProbe()
Properties
DatumType
Declaration
public override Type DatumType { get; }
Property Value
Type |
Description |
System.Type |
|
Overrides
DefaultPollingSleepDurationMS
Declaration
public override int DefaultPollingSleepDurationMS { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
DisplayName
Declaration
public override sealed string DisplayName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
GetChartDataPointFromDatum(Datum)
Declaration
protected override ChartDataPoint GetChartDataPointFromDatum(Datum datum)
Parameters
Type |
Name |
Description |
Datum |
datum |
|
Returns
Type |
Description |
Syncfusion.SfChart.XForms.ChartDataPoint |
|
Overrides
GetChartPrimaryAxis()
Declaration
protected override ChartAxis GetChartPrimaryAxis()
Returns
Type |
Description |
Syncfusion.SfChart.XForms.ChartAxis |
|
Overrides
GetChartSecondaryAxis()
Declaration
protected override RangeAxisBase GetChartSecondaryAxis()
Returns
Type |
Description |
Syncfusion.SfChart.XForms.RangeAxisBase |
|
Overrides
GetChartSeries()
Declaration
protected override ChartSeries GetChartSeries()
Returns
Type |
Description |
Syncfusion.SfChart.XForms.ChartSeries |
|
Overrides
PollAsync(CancellationToken)
Declaration
protected override Task<List<Datum>> PollAsync(CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Collections.Generic.List<Datum>> |
|
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged