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