Class HeightDatum
Inheritance
System.Object
HeightDatum
Assembly: SensusAndroid.dll
Syntax
public class HeightDatum : Datum, IDatum
Constructors
HeightDatum(DateTimeOffset, Double)
Declaration
public HeightDatum(DateTimeOffset timestamp, double heightInches)
Parameters
Type |
Name |
Description |
System.DateTimeOffset |
timestamp |
|
System.Double |
heightInches |
|
Properties
DisplayDetail
Declaration
public override string DisplayDetail { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
HeightInches
Declaration
[DoubleProbeTriggerProperty("Height (Inches)")]
[Anonymizable]
public double HeightInches { get; set; }
Property Value
Type |
Description |
System.Double |
|
StringPlaceholderValue
Gets the string placeholder value, which is the height (inches).
Declaration
public override object StringPlaceholderValue { get; }
Property Value
Type |
Description |
System.Object |
The string placeholder value.
|
Overrides
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements