Class AutoMapperAutoObjectMappingProvider
Inheritance
System.Object
AutoMapperAutoObjectMappingProvider
Assembly: Volo.Abp.AutoMapper.dll
Syntax
public class AutoMapperAutoObjectMappingProvider : object, IAutoObjectMappingProvider
Constructors
AutoMapperAutoObjectMappingProvider(IMapperAccessor)
Declaration
public AutoMapperAutoObjectMappingProvider(IMapperAccessor mapperAccessor)
Parameters
Properties
MapperAccessor
Declaration
public IMapperAccessor MapperAccessor { get; }
Property Value
Methods
Map<TSource, TDestination>(TSource, TDestination)
Declaration
public virtual 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 |
|
Map<TSource, TDestination>(Object)
Declaration
public virtual TDestination Map<TSource, TDestination>(object source)
Parameters
| Type |
Name |
Description |
| System.Object |
source |
|
Returns
| Type |
Description |
| TDestination |
|
Type Parameters
| Name |
Description |
| TSource |
|
| TDestination |
|
Implements
Extension Methods