The Contact type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
Contact |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
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.) |
Fields
Name | Description | |
---|---|---|
lastModificationDateTimeText |
The string representation of a date and time when the contact record was last modified.
|
Properties
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.
|
See Also