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
Properties
Device
Gets or sets the Device associated with the data being modified.
public Device Device { get; set; }
Property Value
- Device
Device