Click or drag to resize
EntityMappingItem Class
Represents an item of an entity mapping.
Inheritance Hierarchy
SystemObject
  CMS.DataComEntityMappingItem

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

The EntityMappingItem type exposes the following members.

Properties
  NameDescription
Public propertyEntityAttributeName
Gets the name of the entity attribute that is the target of this mapping item.
Public propertyFormFieldName
Gets the name of the form field that is the source of this mapping item.
Top
See Also