Class GatewayPlansUpdateViewModelToGatewayPlanUpdateInputMapper
Inheritance
GatewayPlansUpdateViewModelToGatewayPlanUpdateInputMapper
Assembly: Volo.Payment.Admin.Web.dll
[MapExtraProperties]
public class GatewayPlansUpdateViewModelToGatewayPlanUpdateInputMapper : MapperBase<UpdateModalModel.GatewayPlansUpdateViewModel, GatewayPlanUpdateInput>, IAbpMapperlyMapper<UpdateModalModel.GatewayPlansUpdateViewModel, GatewayPlanUpdateInput>, ITransientDependency
Constructors
Declaration
public GatewayPlansUpdateViewModelToGatewayPlanUpdateInputMapper()
Methods
Map(GatewayPlansUpdateViewModel)
Declaration
public override GatewayPlanUpdateInput Map(UpdateModalModel.GatewayPlansUpdateViewModel source)
Parameters
Returns
Overrides
Map(GatewayPlansUpdateViewModel, GatewayPlanUpdateInput)
Declaration
public override void Map(UpdateModalModel.GatewayPlansUpdateViewModel source, GatewayPlanUpdateInput destination)
Parameters
Overrides
Implements
Extension Methods