Table of Contents

Class TripExceptionsSummary

Namespace
Geotab.Checkmate.ObjectModel.Exceptions
Assembly
Geotab.Checkmate.ObjectModel.dll

false The trip exceptions summary class.

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 Device

The Device for the Trip.

tripId Id

Trip's Id.

exceptionRule Rule

The Rule.

duration TimeSpan

The duration.

eventCount int

The 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.