Click or drag to resize
ParaPlan Logo

Client Class

An individual that takes rides in ParaPlan.
Inheritance Hierarchy
SystemObject
  ParaPlanREST.ModelsRESTModelBase
    ParaPlanREST.ModelsClient

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

The Client type exposes the following members.

Constructors
  NameDescription
Public methodClient
Initializes a new instance of the Client class
Public methodClient(Client)
Initializes a new instance of the Client class based on a ParaPlanDLL Client
Public methodClient(Int32)
Initializes a new instance of the Client class
Public methodClient(TripRequest)
Initializes a new instance of the Client class
Public methodClient(Client, Boolean)
Initializes a new instance of the Client class
Top
Properties
  NameDescription
Public propertyaccessibility
Accessibility object about a rider's mobility restrictions and mobility devices.
Public propertyappointments
List of upcoming one-time reservations. Object is type Reservation
Public propertybirthdate
Date of birth
Public propertybirthdateEpoch
Public propertybirthDateJson
Date of birth in Round-trip date/time pattern (The Round-trip format pattern)
Public propertydefaultProgramMembershipID
The default membership id for this clients default program
Public propertydefaultProgramName
The default program this client rides under
Public propertydwellTime
Public propertyemail
The rider's email address
Public propertyerrorMessage (Inherited from RESTModelBase.)
Public propertyhome
Place object describing riders home address
Public propertyid
ParaPlan Client ID
Public propertyname
Full name of client.
Public propertynotes
Public comment. Does not include private comments.
Public propertyphone
Best phone number (usually cell)
Public propertyprograms
A list of programs this client can ride under
Public propertyspecialNeeds
A list of special needs. Possiblities include deaf, blind, pwd, wc (has wheelchair), lift (requires wheelchair vehicle, da (driver assist)
Public propertystatus
If the client is elibigle to take a ride
Public propertysubscriptions
List of recurring reservations. Object is type Reservation
Public propertysuccess (Inherited from RESTModelBase.)
Public propertytokenExists (Inherited from RESTModelBase.)
Public propertytokenIsValid (Inherited from RESTModelBase.)
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 methodToDBClient
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also