Class GatewayPlanToGatewayPlanDtoMapper
Inheritance
GatewayPlanToGatewayPlanDtoMapper
Assembly: Volo.Payment.Application.dll
Syntax
[MapExtraProperties]
public class GatewayPlanToGatewayPlanDtoMapper : MapperBase<GatewayPlan, GatewayPlanDto>, IAbpMapperlyMapper<GatewayPlan, GatewayPlanDto>, ITransientDependency
Constructors
GatewayPlanToGatewayPlanDtoMapper()
Declaration
public GatewayPlanToGatewayPlanDtoMapper()
Methods
Map(GatewayPlan)
Declaration
public override GatewayPlanDto Map(GatewayPlan source)
Parameters
Returns
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Payment.Plans.GatewayPlan, Volo.Payment.Plans.GatewayPlanDto>.Map(Volo.Payment.Plans.GatewayPlan)
Map(GatewayPlan, GatewayPlanDto)
Declaration
public override void Map(GatewayPlan source, GatewayPlanDto destination)
Parameters
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Payment.Plans.GatewayPlan, Volo.Payment.Plans.GatewayPlanDto>.Map(Volo.Payment.Plans.GatewayPlan, Volo.Payment.Plans.GatewayPlanDto)
Implements
Extension Methods