OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / User.UserSession Class
Properties


In This Topic
    User.UserSession Class Members
    In This Topic

    The following tables list the members exposed by User.UserSession.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new User.UserSession object.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe final odometer reading of the Vehicle when the User logged-out as a driver. (Inherited from OnTime.Extensions.SDK.UserBase.UserSessionBase)
    Public PropertyThe unique identifier for this UserSession record. (Inherited from OnTime.Extensions.SDK.UserBase.UserSessionBase)
    Public PropertyThe date and time that the User had logged-in. (Inherited from OnTime.Extensions.SDK.UserBase.UserSessionBase)
    Public PropertyDetermines if the User is logged-in as a dispatcher or driver for the duration of this UserSession. (Inherited from OnTime.Extensions.SDK.UserBase.UserSessionBase)
    Public PropertyThe date and time that the User had logged-out. (Inherited from OnTime.Extensions.SDK.UserBase.UserSessionBase)
    Public PropertyThe initial odometer reading of the Vehicle when the User logged-in as a driver. (Inherited from OnTime.Extensions.SDK.UserBase.UserSessionBase)
    Public PropertyThe unique Guid identifier referencing the relative User record assigned to this UserSession. (Inherited from OnTime.Extensions.SDK.UserBase.UserSessionBase)
    Public PropertyThe Vehicle operated by the User for the duration of this UserSession.  
    Top
    See Also