Class PostedSpeedUsageInfo
- Namespace
- Geotab.Checkmate.ObjectModel.Exceptions
- Assembly
- Geotab.Checkmate.ObjectModel.dll
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
stringThe database.
serial
stringThe device's serial number.
isTruck
boolWhether or not the usage is for a truck.
isRealTime
boolWhether or not the usage is real time alerted.
Properties
Database
Gets or sets the database.
public string Database { get; set; }
Property Value
IsRealtime
Gets or sets a value indicating whether or not the usage is real time alerted.
public bool IsRealtime { get; set; }
Property Value
IsTruck
Gets or sets a value indicating whether or not the usage is for a truck.
public bool IsTruck { get; set; }
Property Value
Serial
Gets or sets the device's serial number.
public string Serial { get; set; }