Table of Contents

Class ProcessedFuelDataNotification

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

Contains the data used by the backfill service for notifications.

public abstract class ProcessedFuelDataNotification : Entity, IEntity, IComparable, IIdentifiable, IDeviceProvider
Inheritance
ProcessedFuelDataNotification
Implements
Derived
Inherited Members

Constructors

ProcessedFuelDataNotification()

Initializes a new instance of the ProcessedFuelDataNotification class.

protected ProcessedFuelDataNotification()

ProcessedFuelDataNotification(Device, Id?)

Initializes a new instance of the ProcessedFuelDataNotification class.

protected ProcessedFuelDataNotification(Device device, Id? id = null)

Parameters

device Device

The Device

id Id

The entity id

Properties

Device

Gets or sets the Device associated with the data being modified.

public Device Device { get; set; }

Property Value

Device

Device