UserBase.UserSessionBase Class Members
In This Topic
The following tables list the members exposed by UserBase.UserSessionBase.
Public Constructors
Public Properties
| Name | Description |
 | EndMileage | The final odometer reading of the Vehicle when the User logged-out as a driver. |
 | ID | The unique identifier for this UserSession record. |
 | LogInTime | The date and time that the User had logged-in. |
 | LogInType | Determines if the User is logged-in as a dispatcher or driver for the duration of this UserSession. |
 | LogOutTime | The date and time that the User had logged-out. |
 | StartMileage | The initial odometer reading of the Vehicle when the User logged-in as a driver. |
 | UserID | The unique Guid identifier referencing the relative User record assigned to this UserSession. |
Top
See Also