PocketPlanner Programmer's Guide

Location Members

Constructors Properties Methods

Instances of this class contain address information that identifies distinct locations. Location objects are used by schedule classes that have locations and addresses allocated to them.

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 this location.

Country

Gets or sets the country of this location.

State

Gets or sets the state of this location.

ZipCode

Gets or sets the zip-code of this location.

 Public Methods

  Name Description

LoadFrom

Overloaded. Loads location data from a binary stream or an XML document.

SaveTo

Overloaded. Saves the location data to a binary stream or an XML document.

 See Also