Search
Location Members
Constructors Properties Methods
 


Specifies data that identifies a location.

The following tables list the members exposed by the Location type.

 Public Constructors

  Name Description

Location

Initializes a new instance of the Location class.

 Public Properties

  Name Description

address

Gets or sets the address of the Location.

city

Gets or sets the city of the Location.

country

Gets or sets the country of the Location.

id

Gets or sets the string identifier for this resource. (Inherited from Resource.)

name

Gets or sets the name for this resource. (Inherited from Resource.)

state

Gets or sets the state of the location.

tag

Gets or sets custom data associated with the resource. (Inherited from Resource.)

zipCode

Gets or sets the zip code of the location.

 Public Methods

  Name Description

fromJson

Overloaded.  

loadFromXml

Loads the location content from an XML element.

saveToXml

Saves the Location content into an XML element.

toJson

Overloaded.  

 See Also