The Contact type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Contact |
Class constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToJSON |
Serialize an object to JSON.
(Inherited from Component.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Addresses |
Gets or sets the addresses.
|
![]() | CellPhone |
Gets or sets the cell phone.
|
![]() | CompanyName |
Gets or sets the company name.
|
![]() | Confirmed |
Gets or sets the confirmation flag.
|
![]() | CustomFields |
Gets or sets the list of custom fields.
|
![]() | DateCreated |
Gets or sets the date and time the contact was added
|
![]() | DateModified |
Gets or sets the date and time contact's information was last modified
|
![]() | EmailAddresses |
Gets or sets the email addresses.
|
![]() | Fax |
Gets or sets the fax number.
|
![]() | FirstName |
Gets or sets the first name.
|
![]() | HomePhone |
Gets or sets the home phone.
|
![]() | Id |
Gets or sets the id.
|
![]() | JobTitle |
Gets or sets job title.
|
![]() | LastName |
Gets or sets the last name.
|
![]() | Lists |
Gets or sets the lists.
|
![]() | MiddleName |
Gets or sets the middle name.
|
![]() | Notes |
Gets or sets the notes.
|
![]() | PrefixName |
Gets or sets the prefix name.
|
![]() | Source |
Gets or sets the source.
|
![]() | SourceDetails |
Gets or sets the source details.
|
![]() | Status |
Gets or sets the status.
|
![]() | WorkPhone |
Gets or sets the work phone.
|
See Also