Click or drag to resize

FleetLocateAssetStatus Class

Asset status data
Inheritance Hierarchy
SystemObject
  NetQuarry.ServicesFleetLocateAssetStatus

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class FleetLocateAssetStatus

The FleetLocateAssetStatus type exposes the following members.

Constructors
  NameDescription
Public methodFleetLocateAssetStatus
Initializes a new instance of the FleetLocateAssetStatus class
Top
Properties
  NameDescription
Public propertyAddress
Street address of last location
Public propertyBatteryVoltage
Battery Voltage of the external battery (vehicle battery voltage)
Public propertyCity
City of last location
Public propertyEventDateTime
Date and time of the last event recorded
Public propertyEventTypeName
Name of the last event recorded
Public propertyHeading
360 degree direction that the vehicle is headed
Public propertyId
Database ID record for the vehicle
Public propertyIdle
True or false value to indicate idle
Public propertyIdleStartTime
Time at which idle was started if ‘Idle’ field was true
Public propertyIgnitionOn
True or false value to indicate if vehicle is on or off
Public propertyIgnitionOnStartTime
Time at which the ignition on was turned on if the ‘ignitionOn’ field is true
Public propertyInput1On
???
Public propertyLandmarkId
Database record ID of the landmark location, if at a landmark
Public propertyLandmarkName
Name of the landmark location of the vehicle, if at a landmark
Public propertyLat
Latitude location of the vehicle
Public propertyLng
Longitude location of the vehicle
Public propertyMoving
True of false value to indicate if the vehicle is currently in motion
Public propertyMovingStartTime
Date and Time that movement began if the ‘moving’ field is true
Public propertyName
Name of your vehicle (map label)
Public propertyOperatorFirstName
Driver’s first name
Public propertyOperatorLastName
Driver’s last name
Public propertyPowerConnected
True or false based on power being connected to the device
Public propertyPowerConnectedStartTime
Date and time that the power was connected if ‘powerConnected’ is true
Public propertySerial
Serial number of the device
Public propertySpeed
Current speed of the vehicle
Public propertyState
State location of the vehicle
Public propertyStatusDuration
Duration of current status
Public propertyStatusStartTime
Date and Time that the current status started
Public propertyStopped
True or false based on vehicle stop status
Public propertyStoppedStartTime
Date and time that the stop status started if ‘stopped’ field is true
Public propertyZip
Zip code location of the vehicle
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also