Click or drag to resize
DataComHelper Class
Provides support for construction of Data.com integration related objects.
Inheritance Hierarchy
SystemObject
  CMS.DataComDataComHelper

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public static class DataComHelper

The DataComHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateClient
Creates and initializes a new instance of the Data.com client.
Public methodStatic memberCreateCompanyFinder
Creates and initializes a new instance of the company finder with the search patterns and the specified Data.com service.
Public methodStatic memberCreateCompanyIdentity
Creates a company identity from the specified CMS account, and returns it.
Public methodStatic memberCreateCompanyProvider
Creates an object that provides access to Data.com companies, and returns it.
Public methodStatic memberCreateContactFinder
Creates and initializes a new instance of the contact finder with the search patterns and the specified Data.com service.
Public methodStatic memberCreateContactIdentity
Creates a contact identity from the specified CMS contact, and returns it.
Public methodStatic memberCreateContactProvider
Creates an object that provides access to Data.com contacts, and returns it.
Public methodStatic memberGetAccountFormInfo
Returns CMS account form info.
Public methodStatic memberGetBuyerIdentityProvider
Returns an object that supplies the buyer identity for Data.com billing purposes.
Public methodStatic memberGetCompanyAttributeMapperFactory
Returns Data.com company attribute mapper.
Public methodStatic memberGetCompanyEntityInfo
Returns Data.com company entity info.
Public methodStatic memberGetConfiguration
Returns a Data.com integration configuration for the specified site.
Public methodStatic memberGetContactAttributeMapperFactory
Returns Data.com contact attribute mapper.
Public methodStatic memberGetContactEntityInfo
Returns Data.com contact entity info.
Public methodStatic memberGetContactFormInfo
Returns CMS contact form info.
Public methodStatic memberGetEntityAttributeFormatter
Returns an object that provides formatting capabilities for entity attributes.
Top
See Also