Class FuelUsedNotification
- Namespace
- Geotab.Checkmate.ObjectModel.Fuel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Contains the data used by the backfill service for FuelUsed notifications.
public class FuelUsedNotification : ProcessedFuelDataNotification, IEntity, IComparable, IIdentifiable, IDeviceProvider
- Inheritance
-
FuelUsedNotification
- Implements
- Inherited Members
Constructors
FuelUsedNotification()
Initializes a new instance of the FuelUsedNotification class.
public FuelUsedNotification()
FuelUsedNotification(Device, Id?)
Initializes a new instance of the FuelUsedNotification class.
public FuelUsedNotification(Device device, Id? id = null)
Parameters
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.