Click or drag to resize
EntityTextAttributeMapper Class
Entity text attribute mapper.
Inheritance Hierarchy

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

The EntityTextAttributeMapper type exposes the following members.

Constructors
  NameDescription
Public methodEntityTextAttributeMapper
Initializes a new instance of the EntityTextAttributeMapper class.
Top
Fields
  NameDescription
Protected fieldmAttributeInfo
The entity attribute info that is the source of this mapping.
(Inherited from EntityAttributeMapperBase.)
Protected fieldmSupportsDependentStateField
A value indicating whether this mapping supports advanced country selection.
(Inherited from EntityAttributeMapperBase.)
Top
Properties
  NameDescription
Public propertyAttributeInfo
Gets an entity attribute info that is the source of this mapping.
(Inherited from EntityAttributeMapperBase.)
Public propertySupportsDependentStateField
Gets a value indicating whether this mapping supports advanced country selection.
(Inherited from EntityAttributeMapperBase.)
Top
Methods
See Also