Class ObjectMapperExtensions
Inheritance
ObjectMapperExtensions
Assembly: Volo.Abp.ObjectMapping.dll
Syntax
public static class ObjectMapperExtensions
Methods
Map(IObjectMapper, Type, Type, object)
Declaration
public static object Map(this IObjectMapper objectMapper, Type sourceType, Type destinationType, object source)
Parameters
Returns
Map(IObjectMapper, Type, Type, object, object)
Declaration
public static object Map(this IObjectMapper objectMapper, Type sourceType, Type destinationType, object source, object destination)
Parameters
Returns