Interface IEngineHoursProvider
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Models the properties of an entity that records engine hours.
public interface IEngineHoursProvider
Properties
EngineHours
Gets or sets the Engine Hours for the device. Default [0].
double? EngineHours { get; set; }