Click or drag to resize
EntityPositiveIntegerAttributeMapper Class
Entity positive integer attribute mapper.
Inheritance Hierarchy
SystemObject
  CMS.DataComEntityAttributeMapperBase
    CMS.DataComEntityPositiveIntegerAttributeMapper

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

The EntityPositiveIntegerAttributeMapper type exposes the following members.

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