Class ObjectMapperExtensions
Inheritance
object
ObjectMapperExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectMapping
Assembly: Volo.Abp.ObjectMapping.dll
Syntax
public static class ObjectMapperExtensions
Methods
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 | |
System.Type | sourceType | |
System.Type | destinationType | |
object | source | |
object | destination |
Returns
Type | Description |
---|---|
object |
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 | |
System.Type | sourceType | |
System.Type | destinationType | |
object | source |
Returns
Type | Description |
---|---|
object |