|  | Accessibility Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: ParaPlanREST.Models
 Syntax
Syntaxpublic class Accessibility : RESTModelBase
The Accessibility type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Accessibility | Initializes a new instance of the Accessibility class | 
|  | Accessibility(SpecialNeeds) | Initializes a new instance of the Accessibility class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | accessibilityItems | 
            A list of accessibility considerations for this rider 
             | 
|  | equipmentType | 
            A list of the equipment used by this rider
             | 
|  | errorMessage | (Inherited from RESTModelBase.) | 
|  | extraTime | 
            How much time (in minutes) the client needs in addition to their time determined by their class
             | 
|  | hasPCA | 
            If the rider has a personal care attendant.
             | 
|  | isPersonWithDisability | 
            If the rider has a disability.
             | 
|  | needsWheelchairVan | 
            If the rider requires a wheelchair van. Not all riders that have a wheelchair require a wheelchair equiped vehicle.
             | 
|  | success | (Inherited from RESTModelBase.) | 
|  | tokenExists | (Inherited from RESTModelBase.) | 
|  | tokenIsValid | (Inherited from RESTModelBase.) | 
|  | usesWheelchair | 
            If the rider uses a wheelchair
             | 
|  | wheelChairType | 
            The type of wheelchair the rider uses
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CanProceed | (Inherited from RESTModelBase.) | 
|  | ConvertToSpecialNeeds | |
|  | 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 | (Overrides ObjectGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also