Interface IObjectMapper
Assembly: Volo.Abp.ObjectMapping.dll
Syntax
public interface IObjectMapper
Properties
AutoObjectMappingProvider
Declaration
IAutoObjectMappingProvider AutoObjectMappingProvider { get; }
Property Value
Methods
Map<TSource, TDestination>(TSource)
Declaration
TDestination Map<TSource, TDestination>(TSource source)
Parameters
| Type |
Name |
Description |
| TSource |
source |
|
Returns
| Type |
Description |
| TDestination |
|
Type Parameters
| Name |
Description |
| TSource |
|
| TDestination |
|
Map<TSource, TDestination>(TSource, TDestination)
Declaration
TDestination Map<TSource, TDestination>(TSource source, TDestination destination)
Parameters
| Type |
Name |
Description |
| TSource |
source |
|
| TDestination |
destination |
|
Returns
| Type |
Description |
| TDestination |
|
Type Parameters
| Name |
Description |
| TSource |
|
| TDestination |
|
Extension Methods