Table of Contents

Class PostedSpeedUsageInfo

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

false The posted speed usage info class.

public class PostedSpeedUsageInfo
Inheritance
PostedSpeedUsageInfo
Inherited Members

Constructors

PostedSpeedUsageInfo(string, string, bool, bool)

Initializes a new instance of the PostedSpeedUsageInfo class.

public PostedSpeedUsageInfo(string database, string serial, bool isTruck, bool isRealTime)

Parameters

database string

The database.

serial string

The device's serial number.

isTruck bool

Whether or not the usage is for a truck.

isRealTime bool

Whether or not the usage is real time alerted.

Properties

Database

Gets or sets the database.

public string Database { get; set; }

Property Value

string

string

IsRealtime

Gets or sets a value indicating whether or not the usage is real time alerted.

public bool IsRealtime { get; set; }

Property Value

bool

bool

IsTruck

Gets or sets a value indicating whether or not the usage is for a truck.

public bool IsTruck { get; set; }

Property Value

bool

bool

Serial

Gets or sets the device's serial number.

public string Serial { get; set; }

Property Value

string

string