IEntityAttributeMapperFactoryCreateEntityAttributeMapper Method |
Creates an entity attribute mapper that corresponds to the specified entity attribute.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax EntityAttributeMapperBase CreateEntityAttributeMapper(
string entityAttributeName,
EntityInfo entityInfo
)
Parameters
- entityAttributeName
- Type: SystemString
The name of the entity attribute. - entityInfo
- Type: CMS.DataComEntityInfo
The entity info.
Return Value
Type:
EntityAttributeMapperBaseAn entity attribute mapper that corresponds to the specified entity attribute, if applicable; otherwise, null.
See Also