|  | Place Class | 
[Missing <summary> documentation for "T:ParaPlanREST.Models.Place"]
 Inheritance Hierarchy
Inheritance HierarchyNamespace: ParaPlanREST.Models
 Syntax
Syntaxpublic class Place : RESTModelBase
The Place type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Place | Initializes a new instance of the Place class | 
|  | Place(GPS) | Initializes a new instance of the Place class | 
|  | Place(Location) | Initializes a new instance of the Place class | 
|  | Place(Boolean) | Initializes a new instance of the Place class | 
|  | Place(Place, Boolean) | Initializes a new instance of the Place class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | address1 | |
|  | address2 | |
|  | city | |
|  | databaseId | |
|  | errorMessage | (Inherited from RESTModelBase.) | 
|  | isDropOffSpot | |
|  | isPickUpSpot | |
|  | lat | |
|  | lng | |
|  | name | |
|  | phone | |
|  | state | |
|  | success | (Inherited from RESTModelBase.) | 
|  | tokenExists | (Inherited from RESTModelBase.) | 
|  | tokenIsValid | (Inherited from RESTModelBase.) | 
|  | zip | 
 Methods
Methods| 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.) | 
|  | ToDBPlace | |
|  | ToString | (Overrides ObjectToString.) | 
 See Also
See Also