IObjectMappingService
Provides a set of methods for object data mapping.
void Map(Dictionary<string, object> propertiesMap, object destination, MappingOptions options = null)
Maps the specified propertiesMap to destination object using options as mapping options.
void Map(string propertyName, object propertyValue, object destination, MappingOptions options = null)
Maps the specified value into the property with specified name of destination object using options as mapping options.