Click or drag to resize
CompanyAttributeMapperFactory Class
Provides support for creating entity attribute mappers from company attributes.
Inheritance Hierarchy
SystemObject
  CMS.DataComCompanyAttributeMapperFactory

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public sealed class CompanyAttributeMapperFactory : IEntityAttributeMapperFactory

The CompanyAttributeMapperFactory type exposes the following members.

Constructors
  NameDescription
Public methodCompanyAttributeMapperFactory
Initializes a new instance of the CompanyAttributeMapperFactory with the specified country and state finders.
Top
Methods
  NameDescription
Public methodCreateEntityAttributeMapper
Creates an entity attribute mapper that corresponds to the specified company attribute.
Top
See Also