Stop Class |
Namespace: ParaPlanREST.Models
public class Stop : RESTModelBase
The Stop type exposes the following members.
| Name | Description | |
|---|---|---|
| Stop |
Default constructor
| |
| Stop(Stop) |
Constructor with trip
|
| Name | Description | |
|---|---|---|
| additionalRiders | ||
| arrived | ||
| cancelled |
if the trip has been cancelled
| |
| clientFirstName | ||
| clientId | ||
| clientLastName | ||
| clientPhone | ||
| comments | ||
| copay | ||
| copayDue | ||
| copayPaid | ||
| copayPaymentType | ||
| driverFirstName | ||
| driverId | ||
| driverLastName | ||
| errorMessage | (Inherited from RESTModelBase.) | |
| executed | ||
| extraRiders | ||
| fleetManagerId | ||
| location | ||
| needsWheelChairBus | ||
| noShow | ||
| odometer | ||
| otherRiders |
Riders other than
| |
| requestStatus | ||
| routeName | ||
| signatureUrl | ||
| stopType |
PU or DO
| |
| success | (Inherited from RESTModelBase.) | |
| timeActual | ||
| timeAppointment | ||
| timeArrived | ||
| timeScheduled | ||
| tokenExists | (Inherited from RESTModelBase.) | |
| tokenIsValid | (Inherited from RESTModelBase.) | |
| tripDate | ||
| tripId | ||
| tripProgramName | ||
| wheelchairInfo |
| Name | Description | |
|---|---|---|
| BuildExtraRidersString | ||
| 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.) | |
| Stops(ListTrip) | ||
| Stops(ListTripBase) | ||
| StopsFromRequest | ||
| ToString | (Overrides ObjectToString.) |