Class TripWithLogs
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class TripWithLogs : IDateRange
- Inheritance
-
TripWithLogs
- Implements
- Inherited Members
Constructors
TripWithLogs()
Initializes a new instance of the TripWithLogs class.Default constructor.
public TripWithLogs()
TripWithLogs(Trip?, List<LogRecord>?)
Initializes a new instance of the TripWithLogs class.Constructor.
public TripWithLogs(Trip? trip, List<LogRecord>? logs)
Parameters
trip
TripThe Trip.
logs
List<LogRecord>The {LogRecord}.
Properties
From
Gets the first or starting date in the date range.
public DateTime? From { get; }
Property Value
Logs
Gets the List<T>.
public List<LogRecord>? Logs { get; }
Property Value
- List<LogRecord>
The IEnumerable<T> .
To
Gets the second or ending date in the date range.
public DateTime? To { get; }
Property Value
Trip
Gets the Trip.
public Trip? Trip { get; }
Property Value
Methods
ToString()
Returns a string that represents this instance.
public override string ToString()