Class FillUpExtremum
- Namespace
- Geotab.Checkmate.ObjectModel.Fuel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An event representing fuel level of a vehicle. An extremum representing either the minimum or maximum point of fuel used for a given FillUp.
public class FillUpExtremum
- Inheritance
-
FillUpExtremum
- Inherited Members
Constructors
FillUpExtremum()
public FillUpExtremum()
Properties
Data
Gets or sets the data of the extremum. This is derived from the StatusData record used to calculate the extremum.
public double? Data { get; set; }
Property Value
DateTime
Gets or sets the date time of the extremum. This is derived from the StatusData record used to calculate the extremum.
public DateTime? DateTime { get; set; }
Property Value
Source
Gets or sets the extremum type as the FuelTankCapacitySource. This is derived from the specific diagnostic type of the StatusData records used to calculate the extremum.
public FuelTankCapacitySource? Source { get; set; }
Property Value
Methods
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()