Table of Contents

Class MaxRoadSpeedResult

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

true Maximum road speed result.

public class MaxRoadSpeedResult
Inheritance
MaxRoadSpeedResult
Inherited Members

Constructors

MaxRoadSpeedResult()

public MaxRoadSpeedResult()

Properties

Date

Gets or sets the Date.

public DateTime? Date { get; set; }

Property Value

DateTime?

Nullable<T> where T is. double

IsEstimate

Gets or sets the isEstimate value.

public bool? IsEstimate { get; set; }

Property Value

bool?

Nullable<T> where T is. bool

MaxSpeed

Gets or sets the MaxSpeed.

public float? MaxSpeed { get; set; }

Property Value

float?

Nullable<T> where T is. double

TruckMaxSpeed

Gets or sets the TruckMaxSpeed.

public float? TruckMaxSpeed { get; set; }

Property Value

float?

Nullable<T> where T is. double

Methods

AddSpeedToList(List<MaxRoadSpeedResult>, MaxRoadSpeedResult)

Add an entry to the List.

public static void AddSpeedToList(List<MaxRoadSpeedResult> list, MaxRoadSpeedResult result)

Parameters

list List<MaxRoadSpeedResult>

The list.

result MaxRoadSpeedResult

The result.