Click or drag to resize
EntityMapping Class
Represents a mapping between a form info and an entity info.
Inheritance Hierarchy
SystemObject
  CMS.DataComEntityMapping

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

The EntityMapping type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyItems
Gets the array of entity mapping items.
Top
Methods
  NameDescription
Public methodAdd
Adds an entity mapping item to this mapping.
Public methodGetItem
Searches for an entity mapping item with the specified form field name, and returns it.
Top
See Also