Classes
Class | Description | |
---|---|---|
AccountFormInfoTransformation |
Transforms an account form info, i.e., updates field settings or removes certain field to provide a better UI experience.
| |
BuyerIdentity |
Represents an user identity for Data.com billing purposes.
| |
BuyerIdentityProvider |
Buyer identity provider.
| |
Company |
Represents a company.
| |
CompanyAttributeMapperFactory |
Provides support for creating entity attribute mappers from company attributes.
| |
CompanyEntityInfoProvider |
Provides a Data.com company entity info.
| |
CompanyFilter |
Represents a company filter.
| |
CompanyFinder |
Provides a pattern-based search capability for companies in Data.com.
| |
CompanyIdentity |
Represents a company identity.
| |
CompanyList |
Represents a list of companies.
| |
CompanyProvider |
Provides access to Data.com companies.
| |
CompanySearchResult |
Represents a company search result.
| |
CompanySearchResultProvider |
Provides access to Data.com companies without using the company API.
| |
CompanySearchResults |
Represents a list of company search results.
| |
CompanyStructure |
Represents an organizational structure of a company.
| |
Contact |
Represents a contact.
| |
ContactAttributeMapperFactory |
Provides support for creating entity attribute mappers from contact attributes.
| |
ContactEntityInfoProvider |
Provides a Data.com contact entity info.
| |
ContactFilter |
Represents a contact filter.
| |
ContactFinder |
Provides a pattern-based search capability for contacts in Data.com.
| |
ContactFormInfoTransformation |
Transforms a contact form info, i.e., updates field settings or removes certain field to provide a better UI experience.
| |
ContactIdentity |
Represents a contact identity.
| |
ContactList |
Represents a list of contacts.
| |
ContactProvider |
Provides access to Data.com contacts.
| |
ContactSearchResults |
Represents a list of contact search results.
| |
CountryFinder |
Finds CMS countries by Data.com country names.
| |
DataComClient |
Provides access to Data.com contacts and companies via REST API.
| |
DataComConfiguration |
Represents a Data.com integration configuration.
| |
DataComException |
Represents a Data.com REST API exception.
| |
DataComForm |
Provides UI elements to display and edit CMS contact (or account) and possibly update if from the specified Data.com contact (or company).
| |
DataComFormItem |
Represents a set of controls and objects related to the mapping of a form field to an entity attribute.
| |
DataComFormLayout |
Data com form layout.
| |
DataComHelper |
Provides support for construction of Data.com integration related objects.
| |
Department |
Represents a company department.
| |
DomainExtensions |
Provides a set of static methods for transformation of domain objects.
| |
EntityAttributeFormatter |
Provides culture-sensitive formatting for attribute values of Data.com entities.
| |
EntityAttributeInfo |
Provides access to Data.com entity attribute metadata.
| |
EntityAttributeMapperBase |
Provides a mapping of Data.com entity attribute values to form field values.
| |
EntityBooleanAttributeMapper |
Provides a mapping of Data.com entity boolean attribute values to form field values.
| |
EntityCountryAttributeMapper |
Entity country attribute mapper
| |
EntityDateTimeAttributeMapper |
Entity datetime attribute mapper.
| |
EntityDecimalAttributeMapper |
Entity decimal attribute mapper.
| |
EntityInfo |
Provides access to Data.com entity metadata.
| |
EntityIntegerAttributeMapper |
Entity integer attribute mapper.
| |
EntityLongIntegerAttributeMapper |
Entity long integer attribute mapper.
| |
EntityMapping |
Represents a mapping between a form info and an entity info.
| |
EntityMappingItem |
Represents an item of an entity mapping.
| |
EntityMappingSerializer |
Serializes and deserializes an entity mapping into an XML string.
| |
EntityPositiveIntegerAttributeMapper |
Entity positive integer attribute mapper.
| |
EntityTextAttributeMapper |
Entity text attribute mapper.
| |
Error |
Represents an error.
| |
Filter |
Represents a filter base.
| |
FormInfoTransformationBase |
Transforms a form info, i.e., updates field settings or removes certain field to provide a better UI experience.
| |
HttpResource |
Represents an HTTP resource.
| |
HttpResourceProvider |
Provides access to HTTP resources.
| |
JsonSerializer |
Serializes objects to the JavaScript Object Notation (JSON) strings and deserializes JSON strings to objects.
| |
Level |
Represents a level in the company organizational structure.
| |
Partner |
Represents a partner account.
| |
PartnerContactProvider |
Provides access to Data.com contacts with given buyer identity.
| |
StateFinder |
Finds CMS states by Data.com state names.
| |
StepCredentialProvider |
Class for providing credentials for workflow step.
| |
User |
Represents an user account.
| |
UserContactProvider |
Provides access to Data.com contacts with given Data.com user credential.
| |
UserCredentialProvider |
Class for providing credential for logging to Data.com from database.
|
Interfaces
Interface | Description | |
---|---|---|
IBuyerIdentityProvider |
Provides access to current buyer identity for Data.com billing purposes.
| |
ICompanyProvider |
Provides access to Data.com companies.
| |
IContactProvider |
Provides access to Data.com contacts.
| |
ICountryFinder |
Finds CMS countries by Data.com country names.
| |
ICredentialProvider |
Provides credential for logging into Data.com
| |
IDataComClient |
Interface for DataCom client
| |
IDataComConfiguration |
Provides access to Data.com integration configuration.
| |
IEntityAttributeFormatter |
Provides formatting for attribute values of Data.com entities.
| |
IEntityAttributeMapperFactory |
Provides support for creating entity attribute mappers from entity attributes.
| |
IHttpResourceProvider |
Provides access to HTTP resources.
| |
IStateFinder |
Finds CMS states by Data.com state names.
| |
ITokenProvider |
Provides tokens for data.com communication.
|