Class AutoMapper_CustomServiceConstruction_Tests.CustomMappingAction
Inheritance
object
AutoMapper_CustomServiceConstruction_Tests.CustomMappingAction
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AutoMapper
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
| Type | Name | Description |
|---|---|---|
| AutoMapper_CustomServiceConstruction_Tests.SourceModel | source | |
| AutoMapper_CustomServiceConstruction_Tests.DestModel | destination | |
| AutoMapper.ResolutionContext | context |
Implements
AutoMapper.IMappingAction<,>