Click or drag to resize
DataComFormItem Class
Represents a set of controls and objects related to the mapping of a form field to an entity attribute.
Inheritance Hierarchy
SystemObject
  CMS.DataComDataComFormItem

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

The DataComFormItem type exposes the following members.

Constructors
  NameDescription
Public methodDataComFormItem
Top
Properties
  NameDescription
Public propertyEntityAttributeFormatter
Entity attribute formatter.
Public propertyEntityAttributeInfo
Entity attribute info.
Public propertyEntityAttributeMapper
Entity attribute mapper.
Public propertyFieldInfo
Form field info.
Public propertyCheckboxControl
Checkbox control.
Top
Methods
  NameDescription
Public methodInitialize
Initializes data com form item.
Top
See Also