Interface ITachographInspectionProvider
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph.Inspections
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The interface that is used to retrieve Inspection value from an object that implements this interface.
public interface ITachographInspectionProvider
Properties
Inspection
Gets the Inspection.
TachographInspection? Inspection { get; }