Class FlightsClimbedDatum
Inheritance
System.Object
FlightsClimbedDatum
Assembly: SensusAndroid.dll
Syntax
public class FlightsClimbedDatum : Datum, IDatum
Constructors
FlightsClimbedDatum(DateTimeOffset, Double)
Declaration
public FlightsClimbedDatum(DateTimeOffset timestamp, double flightsClimbed)
Parameters
Type |
Name |
Description |
System.DateTimeOffset |
timestamp |
|
System.Double |
flightsClimbed |
|
Properties
DisplayDetail
Declaration
public override string DisplayDetail { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
FlightsClimbed
Declaration
[DoubleProbeTriggerProperty("Flights Climbed")]
[Anonymizable]
public double FlightsClimbed { get; set; }
Property Value
Type |
Description |
System.Double |
|
StringPlaceholderValue
Gets the string placeholder value, which is the Flights Climbed (floors).
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