Show / Hide Table of Contents

Class PaymentRequestStartInputToPaymentRequestStartDtoMapper

Inheritance
object
MapperBase<PaymentRequestStartInput, PaymentRequestStartDto>
TwoWayMapperBase<PaymentRequestStartInput, PaymentRequestStartDto>
PaymentRequestStartInputToPaymentRequestStartDtoMapper
Implements
ITransientDependency
IAbpReverseMapperlyMapper<PaymentRequestStartInput, PaymentRequestStartDto>
IAbpMapperlyMapper<PaymentRequestStartInput, PaymentRequestStartDto>
Inherited Members
TwoWayMapperBase<PaymentRequestStartInput, PaymentRequestStartDto>.ReverseMap(PaymentRequestStartDto)
TwoWayMapperBase<PaymentRequestStartInput, PaymentRequestStartDto>.ReverseMap(PaymentRequestStartDto, PaymentRequestStartInput)
TwoWayMapperBase<PaymentRequestStartInput, PaymentRequestStartDto>.BeforeReverseMap(PaymentRequestStartDto)
TwoWayMapperBase<PaymentRequestStartInput, PaymentRequestStartDto>.AfterReverseMap(PaymentRequestStartDto, PaymentRequestStartInput)
MapperBase<PaymentRequestStartInput, PaymentRequestStartDto>.Map(PaymentRequestStartInput)
MapperBase<PaymentRequestStartInput, PaymentRequestStartDto>.Map(PaymentRequestStartInput, PaymentRequestStartDto)
MapperBase<PaymentRequestStartInput, PaymentRequestStartDto>.BeforeMap(PaymentRequestStartInput)
MapperBase<PaymentRequestStartInput, PaymentRequestStartDto>.AfterMap(PaymentRequestStartInput, PaymentRequestStartDto)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Payment
Assembly: Volo.Payment.Application.dll
Syntax
[MapExtraProperties]
public class PaymentRequestStartInputToPaymentRequestStartDtoMapper : TwoWayMapperBase<PaymentRequestStartInput, PaymentRequestStartDto>, ITransientDependency, IAbpReverseMapperlyMapper<PaymentRequestStartInput, PaymentRequestStartDto>, IAbpMapperlyMapper<PaymentRequestStartInput, PaymentRequestStartDto>

Constructors

PaymentRequestStartInputToPaymentRequestStartDtoMapper()

Declaration
public PaymentRequestStartInputToPaymentRequestStartDtoMapper()

Methods

Map(PaymentRequestStartInput)

Declaration
public override PaymentRequestStartDto Map(PaymentRequestStartInput source)
Parameters
Type Name Description
PaymentRequestStartInput source
Returns
Type Description
PaymentRequestStartDto
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto>.Map(Volo.Payment.Gateways.PaymentRequestStartInput)

Map(PaymentRequestStartInput, PaymentRequestStartDto)

Declaration
public override void Map(PaymentRequestStartInput source, PaymentRequestStartDto destination)
Parameters
Type Name Description
PaymentRequestStartInput source
PaymentRequestStartDto destination
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto>.Map(Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto)

ReverseMap(PaymentRequestStartDto)

Declaration
public override PaymentRequestStartInput ReverseMap(PaymentRequestStartDto destination)
Parameters
Type Name Description
PaymentRequestStartDto destination
Returns
Type Description
PaymentRequestStartInput
Overrides
Volo.Abp.Mapperly.TwoWayMapperBase<Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto>.ReverseMap(Volo.Payment.Requests.PaymentRequestStartDto)

ReverseMap(PaymentRequestStartDto, PaymentRequestStartInput)

Declaration
public override void ReverseMap(PaymentRequestStartDto destination, PaymentRequestStartInput source)
Parameters
Type Name Description
PaymentRequestStartDto destination
PaymentRequestStartInput source
Overrides
Volo.Abp.Mapperly.TwoWayMapperBase<Volo.Payment.Gateways.PaymentRequestStartInput, Volo.Payment.Requests.PaymentRequestStartDto>.ReverseMap(Volo.Payment.Requests.PaymentRequestStartDto, Volo.Payment.Gateways.PaymentRequestStartInput)

Implements

ITransientDependency
IAbpReverseMapperlyMapper<TSource, TDestination>
IAbpMapperlyMapper<TSource, TDestination>

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform