PocketPlanner Programmer's Guide

Contact Members

Constructors Properties Methods

Instances of the Contact class contain information about individual persons. Contact objects are used by schedule classes that have human resources associated with them.

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

 Public Constructors

  Name Description

Contact

Initializes a new instance of the Contact class.

 Public Properties

  Name Description

Address

Gets or sets the address of the contact.

Email

Gets or sets the e-mail address of the contact.

FirstName

Gets or sets the first name of the contact.

LastName

Gets or sets the last name of the contact.

MiddleName

Gets or sets the middle name of the contact.

Phone

Gets or sets the phone of the contact.

 Public Methods

  Name Description

LoadFrom

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

SaveTo

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

 See Also