Contact MembersKentico 8.0 API Reference
The Contact type exposes the following members.
Constructors

  NameDescription
Public methodContact
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodMergeWith
Merges the specified contact into this contact.
(Defined by DomainExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Public fieldlastModificationDateTimeText
The string representation of a date and time when the contact record was last modified.
Back to Top
Properties

  NameDescription
Public propertyAddress
Gets or sets the address where this contact is located.
Public propertyAreaCode
Gets or sets the area code where this contact is located.
Public propertyCity
Gets or sets the city where this contact is located.
Public propertyCompanyId
Gets or sets the identifier of the company of this contact.
Public propertyCompanyName
Gets or sets the name ot the company of this contact.
Public propertyContactId
Gets or sets the identifier of this contact.
Public propertyContactSaleCount
Gets or sets the number of sales of this contact.
Public propertyContactUrl
Gets or sets the URL with more details about this contact.
Public propertyCountry
Gets or sets the country where this contact is located.
Public propertyEmail
Gets or sets the e-mail address of this contact.
Public propertyFirstName
Gets or sets the first name of this contact.
Public propertyGraveyarded
Gets or sets the value indicating whether this contact record is up-to-date.
Public propertyLastModificationDateTime
Gets or sets the date and time when this contact record was last modified.
Public propertyLastName
Gets or sets the last name of this contact.
Public propertyOwned
Gets or sets the value indicating whether the Data.com account used to retrieve this contact record owns it.
Public propertyOwnedType
Gets or sets the type of ownership of this contact.
Public propertyPhone
Gets or sets the phone number of this contact.
Public propertySeoContactUrl
Gets or sets the SEO optimized URL with more details about this contact.
Public propertyState
Gets or sets the state where this contact is located.
Public propertyTitle
Gets or sets the title of this contact.
Public propertyZipCode
Gets or sets the zip code where this contact is located.
Back to Top
See Also