MindFusion.Wpf Pack Programmer's Guide
Contact Members
Constructors Properties Methods
 


Instances of the Contact class contain contact 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.

Id

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

LastName

Gets or sets the last name of the contact.

MiddleName

Gets or sets the middle name of the contact.

Name

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

Phone

Gets or sets the phone of the contact.

Tag

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

 Public Methods

  Name Description

LoadFrom

Overloaded.  

SaveTo

Overloaded.  

 See Also

Contact Class
MindFusion.Scheduling Namespace