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
deviceDevicetripIdIdTrip's Id.
exceptionRuleRuleThe Rule.
durationTimeSpanThe duration.
eventCountintThe event count.
distancefloat?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.