Class TripExceptionsSummary
- Namespace
- Geotab.Checkmate.ObjectModel.Exceptions
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class TripExceptionsSummary : ExceptionsSummary, IDeviceProvider, IDriverProvider
- Inheritance
-
TripExceptionsSummary
- Implements
- Inherited Members
Constructors
TripExceptionsSummary(Device, Id, Rule, in TimeSpan, int, float?)
Initializes a new instance of the TripExceptionsSummary class.The constructor.
public TripExceptionsSummary(Device device, Id tripId, Rule exceptionRule, in TimeSpan duration, int eventCount, float? distance)
Parameters
device
DevicetripId
IdTrip's Id.
exceptionRule
RuleThe Rule.
duration
TimeSpanThe duration.
eventCount
intThe event count.
distance
float?The total distance of the Exceptions.
Properties
TripId
Gets the Start Utc for the trip.
public Id TripId { get; }
Property Value
- Id
The Start Utc for the trip.