Table of Contents

Class TripWithLogs

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

false A device trip.

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 Trip

The Trip.

logs List<LogRecord>

The {LogRecord}.

Properties

From

Gets the first or starting date in the date range.

public DateTime? From { get; }

Property Value

DateTime?

DateTime

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

DateTime?

DateTime

Trip

Gets the Trip.

public Trip? Trip { get; }

Property Value

Trip

The Trip .

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.