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