Click or drag to resize
DataComFormEntityAttributeMapperFactory Property
Gets or sets the factory that creates instances of entity attribute mappers for the specified entity attributes.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
public IEntityAttributeMapperFactory EntityAttributeMapperFactory { get; set; }

Property Value

Type: IEntityAttributeMapperFactory
See Also