Class LogRecordInterpolated
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents an estimate location based on the previous/next LogRecord and a date.
public class LogRecordInterpolated : LogRecord, IEntity, IComparable, IIdentifiable, IDateTimeProvider, IDeviceProvider, ILastActive
- Inheritance
-
LogRecordInterpolated
- Implements
- Derived
- Inherited Members
Constructors
LogRecordInterpolated(in DateTime, LogRecord?, LogRecord)
Initializes a new instance of the LogRecordInterpolated class. The constructor for creating estimated LogRecord based on the previous/next LogRecord and the given date.
public LogRecordInterpolated(in DateTime dateTime, LogRecord? prevRecord, LogRecord nextRecord)