Click or drag to resize
EntityAttributeMapperBase Class
Provides a mapping of Data.com entity attribute values to form field values.
Inheritance Hierarchy
SystemObject
  CMS.DataComEntityAttributeMapperBase
    More...

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

The EntityAttributeMapperBase type exposes the following members.

Constructors
  NameDescription
Protected methodEntityAttributeMapperBase
Initializes a new instance of the EntityAttributeMapper class.
Top
Fields
  NameDescription
Protected fieldmAttributeInfo
The entity attribute info that is the source of this mapping.
Protected fieldmSupportsDependentStateField
A value indicating whether this mapping supports advanced country selection.
Top
Properties
  NameDescription
Public propertyAttributeInfo
Gets an entity attribute info that is the source of this mapping.
Public propertySupportsDependentStateField
Gets a value indicating whether this mapping supports advanced country selection.
Top
Methods
  NameDescription
Public methodGetEntityAttributeDisplayValue
Creates a text representation of the entity attribute value, and returns it.
Public methodGetFormFieldValue
Computes a value compatible with the specified form field, and returns it.
Protected methodGetValueT
Gets the attribute value of the specified entity regardless of value nullability, and returns it.
Public methodIsCompatibleWithFormField
Determines whether this mapping is compatible with the specified form field.
Top
See Also
Inheritance Hierarchy