Table of Contents

Class ProcessedFuelJobData

Namespace
Geotab.Checkmate.ObjectModel.Fuel
Assembly
Geotab.Checkmate.ObjectModel.dll

The data for the processed fuel job processing service.

public sealed class ProcessedFuelJobData
Inheritance
ProcessedFuelJobData
Inherited Members

Constructors

ProcessedFuelJobData()

Initializes a new instance of the ProcessedFuelJobData class.

public ProcessedFuelJobData()

Properties

BaselineFillUp

Gets or sets the baseline engine-based FillUp

public FillUp? BaselineFillUp { get; set; }

Property Value

FillUp

The baseline engine-based FillUp

FuelTransactions

Gets or sets the list of FuelTransactions

public IList<FuelTransaction> FuelTransactions { get; set; }

Property Value

IList<FuelTransaction>

The list of fuel transactions

LatestFillUps

Gets or sets the list of most recently generated engine-based FillUps

public IList<FillUp> LatestFillUps { get; set; }

Property Value

IList<FillUp>

The list of most recently generated engine-based fill-ups

StatusDataRecords

Gets or sets the dictionary containing the status data by diagnostic id

public IDictionary<Id, IList<StatusData>> StatusDataRecords { get; set; }

Property Value

IDictionary<Id, IList<StatusData>>

The status data by diagnostic id

Trips

Gets or sets the list of Trips

public IList<Trip> Trips { get; set; }

Property Value

IList<Trip>

The list of trips