Class AutoMapper_CustomServiceConstruction_Tests.CustomMappingAction
Inheritance
AutoMapper_CustomServiceConstruction_Tests.CustomMappingAction
Assembly: Volo.Abp.AutoMapper.Tests.dll
Syntax
public class AutoMapper_CustomServiceConstruction_Tests.CustomMappingAction : IMappingAction<AutoMapper_CustomServiceConstruction_Tests.SourceModel, AutoMapper_CustomServiceConstruction_Tests.DestModel>
Constructors
CustomMappingAction(string)
Declaration
public CustomMappingAction(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Methods
Process(SourceModel, DestModel, ResolutionContext)
Declaration
public void Process(AutoMapper_CustomServiceConstruction_Tests.SourceModel source, AutoMapper_CustomServiceConstruction_Tests.DestModel destination, ResolutionContext context)
Parameters
Implements
AutoMapper.IMappingAction<,>
Extension Methods