FleetLocateAssetStatus Class |
Namespace: NetQuarry.Services
The FleetLocateAssetStatus type exposes the following members.
Name | Description | |
---|---|---|
FleetLocateAssetStatus | Initializes a new instance of the FleetLocateAssetStatus class |
Name | Description | |
---|---|---|
Address |
Street address of last location
| |
BatteryVoltage |
Battery Voltage of the external battery (vehicle battery voltage)
| |
City |
City of last location
| |
EventDateTime |
Date and time of the last event recorded
| |
EventTypeName |
Name of the last event recorded
| |
Heading |
360 degree direction that the vehicle is headed
| |
Id |
Database ID record for the vehicle
| |
Idle |
True or false value to indicate idle
| |
IdleStartTime |
Time at which idle was started if ‘Idle’ field was true
| |
IgnitionOn |
True or false value to indicate if vehicle is on or off
| |
IgnitionOnStartTime |
Time at which the ignition on was turned on if the ‘ignitionOn’ field is true
| |
Input1On |
???
| |
LandmarkId |
Database record ID of the landmark location, if at a landmark
| |
LandmarkName |
Name of the landmark location of the vehicle, if at a landmark
| |
Lat |
Latitude location of the vehicle
| |
Lng |
Longitude location of the vehicle
| |
Moving |
True of false value to indicate if the vehicle is currently in motion
| |
MovingStartTime |
Date and Time that movement began if the ‘moving’ field is true
| |
Name |
Name of your vehicle (map label)
| |
OperatorFirstName |
Driver’s first name
| |
OperatorLastName |
Driver’s last name
| |
PowerConnected |
True or false based on power being connected to the device
| |
PowerConnectedStartTime |
Date and time that the power was connected if ‘powerConnected’ is true
| |
Serial |
Serial number of the device
| |
Speed |
Current speed of the vehicle
| |
State |
State location of the vehicle
| |
StatusDuration |
Duration of current status
| |
StatusStartTime |
Date and Time that the current status started
| |
Stopped |
True or false based on vehicle stop status
| |
StoppedStartTime |
Date and time that the stop status started if ‘stopped’ field is true
| |
Zip |
Zip code location of the vehicle
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |