Click or drag to resize
EntityIntegerAttributeMapper Class
Entity integer attribute mapper.
Inheritance Hierarchy

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

The EntityIntegerAttributeMapper type exposes the following members.

Constructors
  NameDescription
Public methodEntityIntegerAttributeMapper
Initializes a new instance of the EntityIntegerAttributeMapper 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