Search
Contact Members
Constructors Properties Methods
 


Represents an object that holds contact data for a person.

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 email of the contact.

firstName

Gets or sets the first name of the contact.

id

Gets or sets the string identifier for 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 for this 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

fromJson

Overloaded.  

loadFromXml

Loads the contact content from an XML element.

saveToXml

Saves the contact content into an XML element.

toJson

Overloaded.  

 See Also