Interface IContactDataMapper
- Namespace
- CMS.ContactManagement
- Assembly
- CMS.ContactManagement.dll
Maps data to contact.
public interface IContactDataMapper
- Extension Methods
Methods
Map(ISimpleDataContainer, ContactInfo)
Maps data
to provided contact
.
bool Map(ISimpleDataContainer data, ContactInfo contact)
Parameters
data
ISimpleDataContainerData to modify contact with.
contact
ContactInfoContact.
Returns
- bool
Returns
true
if there were any properties to map.