Show / Hide Table of Contents

Class PaymentRequestProductToPaymentRequestProductCompletedEtoMapper

Inheritance
object
MapperBase<PaymentRequestProduct, PaymentRequestProductCompletedEto>
PaymentRequestProductToPaymentRequestProductCompletedEtoMapper
Implements
IAbpMapperlyMapper<PaymentRequestProduct, PaymentRequestProductCompletedEto>
ITransientDependency
Inherited Members
MapperBase<PaymentRequestProduct, PaymentRequestProductCompletedEto>.Map(PaymentRequestProduct)
MapperBase<PaymentRequestProduct, PaymentRequestProductCompletedEto>.Map(PaymentRequestProduct, PaymentRequestProductCompletedEto)
MapperBase<PaymentRequestProduct, PaymentRequestProductCompletedEto>.BeforeMap(PaymentRequestProduct)
MapperBase<PaymentRequestProduct, PaymentRequestProductCompletedEto>.AfterMap(PaymentRequestProduct, PaymentRequestProductCompletedEto)
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.Domain.dll
Syntax
public class PaymentRequestProductToPaymentRequestProductCompletedEtoMapper : MapperBase<PaymentRequestProduct, PaymentRequestProductCompletedEto>, IAbpMapperlyMapper<PaymentRequestProduct, PaymentRequestProductCompletedEto>, ITransientDependency

Constructors

PaymentRequestProductToPaymentRequestProductCompletedEtoMapper()

Declaration
public PaymentRequestProductToPaymentRequestProductCompletedEtoMapper()

Methods

AfterMap(PaymentRequestProduct, PaymentRequestProductCompletedEto)

Declaration
public override void AfterMap(PaymentRequestProduct source, PaymentRequestProductCompletedEto destination)
Parameters
Type Name Description
PaymentRequestProduct source
PaymentRequestProductCompletedEto destination
Overrides
MapperBase<PaymentRequestProduct, PaymentRequestProductCompletedEto>.AfterMap(PaymentRequestProduct, PaymentRequestProductCompletedEto)

Map(PaymentRequestProduct)

Declaration
public override PaymentRequestProductCompletedEto Map(PaymentRequestProduct source)
Parameters
Type Name Description
PaymentRequestProduct source
Returns
Type Description
PaymentRequestProductCompletedEto
Overrides
MapperBase<PaymentRequestProduct, PaymentRequestProductCompletedEto>.Map(PaymentRequestProduct)

Map(PaymentRequestProduct, PaymentRequestProductCompletedEto)

Declaration
public override void Map(PaymentRequestProduct source, PaymentRequestProductCompletedEto destination)
Parameters
Type Name Description
PaymentRequestProduct source
PaymentRequestProductCompletedEto destination
Overrides
MapperBase<PaymentRequestProduct, PaymentRequestProductCompletedEto>.Map(PaymentRequestProduct, PaymentRequestProductCompletedEto)

Implements

IAbpMapperlyMapper<TSource, TDestination>
ITransientDependency

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