Client Class |
Namespace: ParaPlanREST.Models
public class Client : RESTModelBase
The Client type exposes the following members.
| Name | Description | |
|---|---|---|
| Client |
Initializes a new instance of the Client class
| |
| Client(Client) |
Initializes a new instance of the Client class based on a ParaPlanDLL Client
| |
| Client(Int32) | Initializes a new instance of the Client class | |
| Client(TripRequest) | Initializes a new instance of the Client class | |
| Client(Client, Boolean) | Initializes a new instance of the Client class |
| Name | Description | |
|---|---|---|
| accessibility | Accessibility object about a rider's mobility restrictions and mobility devices.
| |
| appointments |
List of upcoming one-time reservations. Object is type Reservation | |
| birthdate |
Date of birth
| |
| birthdateEpoch | ||
| birthDateJson |
Date of birth in Round-trip date/time pattern (The Round-trip format pattern)
| |
| defaultProgramMembershipID |
The default membership id for this clients default program
| |
| defaultProgramName |
The default program this client rides under
| |
| dwellTime | ||
The rider's email address
| ||
| errorMessage | (Inherited from RESTModelBase.) | |
| home | Place object describing riders home address
| |
| id |
ParaPlan Client ID
| |
| name |
Full name of client.
| |
| notes |
Public comment. Does not include private comments.
| |
| phone |
Best phone number (usually cell)
| |
| programs |
A list of programs this client can ride under
| |
| specialNeeds |
A list of special needs. Possiblities include deaf, blind, pwd, wc (has wheelchair), lift (requires wheelchair vehicle, da (driver assist)
| |
| status |
If the client is elibigle to take a ride
| |
| subscriptions |
List of recurring reservations. Object is type Reservation | |
| success | (Inherited from RESTModelBase.) | |
| tokenExists | (Inherited from RESTModelBase.) | |
| tokenIsValid | (Inherited from RESTModelBase.) |
| 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.) | |
| ToDBClient | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |