Interface IHosLog
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The interface for all HOS and DVIR related logs.
public interface IHosLog
Properties
DateTime
Gets or sets the date the log was created.
DateTime? DateTime { get; set; }
Property Value
- DateTime?
Nullable<T> where T is. DateTime
Driver
Gets or sets the User the log is for.
User? Driver { get; set; }
Property Value
- User
Nullable<T> where T is. DateTime