Class FillUpNotification
- Namespace
- Geotab.Checkmate.ObjectModel.Fuel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Contains the data used by the backfill service for FillUp notifications.
public class FillUpNotification : ProcessedFuelDataNotification, IEntity, IComparable, IIdentifiable, IDeviceProvider
- Inheritance
-
FillUpNotification
- Implements
- Inherited Members
Constructors
FillUpNotification()
Initializes a new instance of the FillUpNotification class.
public FillUpNotification()
FillUpNotification(Device, Id?)
Initializes a new instance of the FillUpNotification class.
public FillUpNotification(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.