Click or drag to resize
ParaPlan Logo

Trip Class

A trip :)
Inheritance Hierarchy
SystemObject
  ParaPlanREST.ModelsRESTModelBase
    ParaPlanREST.ModelsTrip

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Trip : RESTModelBase

The Trip type exposes the following members.

Constructors
  NameDescription
Public methodTrip
Default constructor
Public methodTrip(TripBase)
Overloaded constructor that takes ParaPlan.Entities.Trip All dates are in UTC
Top
Properties
  NameDescription
Public propertyactualDropOffTime
When we actually dropped them off (epoch)
Public propertyactualPickUpTime
When we actually picked them up
Public propertyappointmentTime
The original appointment time
Public propertycancelled
If the trip was cancelled
Public propertychildren
Public propertychildrenAges
Public propertyclient
The rider taking the trip
Public propertydropOffArrive
Public propertydropOffPerform
Public propertydropOffPlace
Where we are droping off the rider
Public propertydropOffWindowEnd
The end of the time window when we can drop them off
Public propertydropOffWindowStart
The start of the time window when we can drop them off
Public propertyerrorMessage (Inherited from RESTModelBase.)
Public propertyfleetmanager
The route this trip is assigned to
Public propertyinfants
Public propertynoShow
If the rider no showed
Public propertyotherRiders
Riders other than client and PCA on this trip
Public propertyPCA
If the rider has a personal care attendant
Public propertypickUpArrive
Public propertypickUpPerform
Public propertypickUpPlace
Where we are picking up the rider
Public propertypickUpWindowEnd
The end of the time window when we can drop them off
Public propertypickUpWindowStart
The start of the time window when we can pick them up
Public propertyprogram
Which program is paying for this trip
Public propertyreturnTime
Public propertyreturnTrip
Public propertyscheduledDropOffTime
When we are supposed to drop them off
Public propertyscheduledPickUpTime
When we are supposed to pick them up. Date and time in epoch (UTC) format
Public propertysuccess (Inherited from RESTModelBase.)
Public propertytokenExists (Inherited from RESTModelBase.)
Public propertytokenIsValid (Inherited from RESTModelBase.)
Public propertytravelMinutes
Public propertytripId
ID in database
Public propertytripPurpose
Public propertywheelchairInformation
Information about the wheelchair used by rider. Needs to be own object
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 methodToAppointment
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToTrip
Top
See Also