Class ExceptionEventWithCoordinate
- Namespace
- Geotab.Checkmate.ObjectModel.Exceptions
- Assembly
- Geotab.Checkmate.ObjectModel.dll
This class contains the ExceptionEvent and estimated driver and coordinates for the ExceptionEvent. It is used most for Engine ExceptionEvents for they do not associate to Gps Data directly.
public class ExceptionEventWithCoordinate : ExceptionEvent, IEntity, IComparable, IIdentifiable, IVersion, IDeviceProvider, IDriverProvider, IDiagnosticProvider, IDateRange, IDeletedDateTimeProvider
- Inheritance
-
ExceptionEventWithCoordinate
- Implements
- Inherited Members
Constructors
ExceptionEventWithCoordinate(ExceptionEvent, Coordinate)
Initializes a new instance of the ExceptionEventWithCoordinate class.The constructor.
public ExceptionEventWithCoordinate(ExceptionEvent exceptionEvent, Coordinate coordinate)
Parameters
exceptionEvent
ExceptionEventThe ExceptionEvent.
coordinate
CoordinateThe coordinate.
Properties
Coordinate
Gets the coordinate.
public Coordinate Coordinate { get; }
Property Value
- Coordinate
The coordinate.