Class TachographVehicleInspection
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph.Inspections
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The class representing vehicles required for an Authority Inspections.
public class TachographVehicleInspection : Entity, IEntity, IComparable, IIdentifiable, IDeviceProvider, ITachographInspectionProvider
- Inheritance
-
TachographVehicleInspection
- Implements
- Inherited Members
Constructors
TachographVehicleInspection(Id?, Device?, TachographInspection?)
Initializes a new instance of the TachographVehicleInspection class.
public TachographVehicleInspection(Id? id, Device? device, TachographInspection? inspection)
Parameters
idIdThe id.
deviceDeviceThe device.
inspectionTachographInspectionThe inspection.
Properties
Device
Gets the device.
public Device? Device { get; }
Property Value
Inspection
Gets the Inspection.
public TachographInspection? Inspection { get; }
Property Value
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.
ToString()
Returns a string that represents this instance.
public override string ToString()