Click or drag to resize
ParaPlan Logo

ValidateUserToken Class

[Missing <summary> documentation for "T:ParaPlanREST.Models.ValidateUserToken"]

Inheritance Hierarchy
SystemObject
  ParaPlanREST.ModelsRESTModelBase
    ParaPlanREST.ModelsUserToken
      ParaPlanREST.ModelsValidateUserToken

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ValidateUserToken : UserToken

The ValidateUserToken type exposes the following members.

Constructors
  NameDescription
Public methodValidateUserToken
Initializes a new instance of the ValidateUserToken class
Top
Properties
  NameDescription
Public propertyAssignedRoute
The Route assigned to this user (Drivers only)
(Inherited from UserToken.)
Public propertyAssignedTimes
A string describing when the user will be working (Drivers only)
(Inherited from UserToken.)
Public propertyAssignedTripCount (Inherited from UserToken.)
Public propertyAssignedVehicle
The Vehicle assigned to this user (Drivers only)
(Inherited from UserToken.)
Public propertyAvailableFundingSources
The program names that the mobility manager is allowed to schedule with
(Inherited from UserToken.)
Public propertyCanCallClients (Inherited from UserToken.)
Public propertyCanCancel (Inherited from UserToken.)
Public propertyCanScheduleTrips (Inherited from UserToken.)
Public propertyCanViewVehicles (Inherited from UserToken.)
Public propertyClientCanRequestRecurringRides (Inherited from UserToken.)
Public propertyClientCanRequestTrips (Inherited from UserToken.)
Public propertyClientID (Inherited from UserToken.)
Public propertyCollectGPS (Inherited from UserToken.)
Public propertyCopayPaymentTypes (Inherited from UserToken.)
Public propertyCurrentDriverBreakID (Inherited from UserToken.)
Public propertyDatabaseID (Inherited from UserToken.)
Public propertyDBConnectionString
Public propertyDefaultPaymentType (Inherited from UserToken.)
Public propertyDeviceToken (Inherited from UserToken.)
Public propertyEmail (Inherited from UserToken.)
Public propertyEmailAddress
Public propertyEmptyDevice
Public propertyEmptyToken
Public propertyerrorMessage (Inherited from RESTModelBase.)
Public propertyExpiredToken
Public propertyKey (Inherited from UserToken.)
Public propertyLocalDriverID (Inherited from UserToken.)
Public propertyName (Inherited from UserToken.)
Public propertyNoShowTimer
How long they should wait before the driver can no show a trip
(Inherited from UserToken.)
Public propertyPPPAccess
The level of access this user has to the ParaPlan Passenger Portal
0 = Not Registered
1 = Has Access
2 = Blocked
3 = Needs Validation
(Inherited from UserToken.)
Public propertyProviderCanRequestTrips (Inherited from UserToken.)
Public propertyProviderCanViewClientDetails (Inherited from UserToken.)
Public propertyProviderPrograms (Inherited from UserToken.)
Public propertyProviderProgramsList (Inherited from UserToken.)
Public propertyRESTUrl (Inherited from UserToken.)
Public propertysuccess (Inherited from RESTModelBase.)
Public propertytokenExists (Inherited from RESTModelBase.)
Public propertytokenIsValid (Inherited from RESTModelBase.)
Public propertyTPId
Public propertyUserId (Inherited from UserToken.)
Public propertyUserType
The Type of user that is logging in
0 = Driver
1 = Mobility Manager
2 = Client
(Inherited from UserToken.)
Public propertyUTCOffSet
Top
Methods
  NameDescription
Public methodCanProceed (Inherited from RESTModelBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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
See Also