Table of Contents

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

double?

double

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

DateTime?

DateTime

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

FuelTankCapacitySource?

FuelTankCapacitySource

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int