Contact Class |
Namespace: CMS.DataCom
[SerializableAttribute] public class Contact
The Contact type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | MergeWith |
Merges the specified contact into this contact.
(Defined by DomainExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
![]() | lastModificationDateTimeText |
The string representation of a date and time when the contact record was last modified.
|
Name | Description | |
---|---|---|
![]() | Address |
Gets or sets the address where this contact is located.
|
![]() | AreaCode |
Gets or sets the area code where this contact is located.
|
![]() | City |
Gets or sets the city where this contact is located.
|
![]() | CompanyId |
Gets or sets the identifier of the company of this contact.
|
![]() | CompanyName |
Gets or sets the name ot the company of this contact.
|
![]() | ContactId |
Gets or sets the identifier of this contact.
|
![]() | ContactSaleCount |
Gets or sets the number of sales of this contact.
|
![]() | ContactUrl |
Gets or sets the URL with more details about this contact.
|
![]() | Country |
Gets or sets the country where this contact is located.
|
![]() |
Gets or sets the e-mail address of this contact.
| |
![]() | FirstName |
Gets or sets the first name of this contact.
|
![]() | Graveyarded |
Gets or sets the value indicating whether this contact record is up-to-date.
|
![]() | LastModificationDateTime |
Gets or sets the date and time when this contact record was last modified.
|
![]() | LastName |
Gets or sets the last name of this contact.
|
![]() | Owned |
Gets or sets the value indicating whether the Data.com account used to retrieve this contact record owns it.
|
![]() | OwnedType |
Gets or sets the type of ownership of this contact.
|
![]() | Phone |
Gets or sets the phone number of this contact.
|
![]() | SeoContactUrl |
Gets or sets the SEO optimized URL with more details about this contact.
|
![]() | State |
Gets or sets the state where this contact is located.
|
![]() | Title |
Gets or sets the title of this contact.
|
![]() | ZipCode |
Gets or sets the zip code where this contact is located.
|