Interface IDriverChange
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An interface that allows to access information about timing of a DriverChange.
public interface IDriverChange
Methods
GetChangeDateTime()
Gets the date.
DateTime? GetChangeDateTime()
Returns
GetDriverId()
The Driver Id.
Id? GetDriverId()
Returns
GetType()
The type of the key.
DriverChangeType? GetType()