![]() | Trip Class |
Namespace: ParaPlanREST.Models
public class Trip : RESTModelBase
The Trip type exposes the following members.
Name | Description | |
---|---|---|
![]() | Trip |
Default constructor
|
![]() | Trip(TripBase) |
Overloaded constructor that takes ParaPlan.Entities.Trip
All dates are in UTC
|
Name | Description | |
---|---|---|
![]() | actualDropOffTime |
When we actually dropped them off (epoch)
|
![]() | actualPickUpTime |
When we actually picked them up
|
![]() | appointmentTime |
The original appointment time
|
![]() | cancelled |
If the trip was cancelled
|
![]() | children | |
![]() | childrenAges | |
![]() | client |
The rider taking the trip
|
![]() | dropOffArrive | |
![]() | dropOffPerform | |
![]() | dropOffPlace |
Where we are droping off the rider
|
![]() | dropOffWindowEnd |
The end of the time window when we can drop them off
|
![]() | dropOffWindowStart |
The start of the time window when we can drop them off
|
![]() | errorMessage | (Inherited from RESTModelBase.) |
![]() | fleetmanager |
The route this trip is assigned to
|
![]() | infants | |
![]() | noShow |
If the rider no showed
|
![]() | otherRiders |
Riders other than client and PCA on this trip
|
![]() | PCA |
If the rider has a personal care attendant
|
![]() | pickUpArrive | |
![]() | pickUpPerform | |
![]() | pickUpPlace |
Where we are picking up the rider
|
![]() | pickUpWindowEnd |
The end of the time window when we can drop them off
|
![]() | pickUpWindowStart |
The start of the time window when we can pick them up
|
![]() | program |
Which program is paying for this trip
|
![]() | returnTime | |
![]() | returnTrip | |
![]() | scheduledDropOffTime |
When we are supposed to drop them off
|
![]() | scheduledPickUpTime |
When we are supposed to pick them up. Date and time in epoch (UTC) format
|
![]() | success | (Inherited from RESTModelBase.) |
![]() | tokenExists | (Inherited from RESTModelBase.) |
![]() | tokenIsValid | (Inherited from RESTModelBase.) |
![]() | travelMinutes | |
![]() | tripComment | |
![]() | tripId |
ID in database
|
![]() | tripPurpose | |
![]() | wheelchairInformation |
Information about the wheelchair used by rider. Needs to be own object
|
Name | Description | |
---|---|---|
![]() | CanProceed | (Inherited from RESTModelBase.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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.) |
![]() | ToAppointment | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToTrip |