Click or drag to resize
EntityMappingAdd Method
Adds an entity mapping item to this mapping.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public void Add(
	EntityAttributeInfo attributeInfo,
	FormFieldInfo fieldInfo
)

Parameters

attributeInfo
Type: CMS.DataComEntityAttributeInfo
The entity attribute info.
fieldInfo
Type: CMS.FormEngineFormFieldInfo
The form field info
See Also