Show / Hide Table of Contents

Class UpdatePageViewModelToUpdatePageInputDtoMapper

Inheritance
object
MapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>
TwoWayMapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>
UpdatePageViewModelToUpdatePageInputDtoMapper
Implements
ITransientDependency
IAbpReverseMapperlyMapper<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>
IAbpMapperlyMapper<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>
Inherited Members
TwoWayMapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.ReverseMap(UpdatePageInputDto)
TwoWayMapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.ReverseMap(UpdatePageInputDto, UpdateModel.UpdatePageViewModel)
TwoWayMapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.BeforeReverseMap(UpdatePageInputDto)
TwoWayMapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.AfterReverseMap(UpdatePageInputDto, UpdateModel.UpdatePageViewModel)
MapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.Map(UpdateModel.UpdatePageViewModel)
MapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.Map(UpdateModel.UpdatePageViewModel, UpdatePageInputDto)
MapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.BeforeMap(UpdateModel.UpdatePageViewModel)
MapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.AfterMap(UpdateModel.UpdatePageViewModel, UpdatePageInputDto)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Admin.Web
Assembly: Volo.CmsKit.Admin.Web.dll
Syntax
[MapExtraProperties]
public class UpdatePageViewModelToUpdatePageInputDtoMapper : TwoWayMapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>, ITransientDependency, IAbpReverseMapperlyMapper<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>, IAbpMapperlyMapper<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>

Constructors

UpdatePageViewModelToUpdatePageInputDtoMapper()

Declaration
public UpdatePageViewModelToUpdatePageInputDtoMapper()

Methods

Map(UpdatePageViewModel)

Declaration
public override UpdatePageInputDto Map(UpdateModel.UpdatePageViewModel source)
Parameters
Type Name Description
UpdateModel.UpdatePageViewModel source
Returns
Type Description
UpdatePageInputDto
Overrides
MapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.Map(UpdateModel.UpdatePageViewModel)

Map(UpdatePageViewModel, UpdatePageInputDto)

Declaration
public override void Map(UpdateModel.UpdatePageViewModel source, UpdatePageInputDto destination)
Parameters
Type Name Description
UpdateModel.UpdatePageViewModel source
UpdatePageInputDto destination
Overrides
MapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.Map(UpdateModel.UpdatePageViewModel, UpdatePageInputDto)

ReverseMap(UpdatePageInputDto)

Declaration
public override UpdateModel.UpdatePageViewModel ReverseMap(UpdatePageInputDto destination)
Parameters
Type Name Description
UpdatePageInputDto destination
Returns
Type Description
UpdateModel.UpdatePageViewModel
Overrides
Volo.Abp.Mapperly.TwoWayMapperBase<Volo.CmsKit.Admin.Web.Pages.CmsKit.Pages.UpdateModel.UpdatePageViewModel, Volo.CmsKit.Admin.Pages.UpdatePageInputDto>.ReverseMap(Volo.CmsKit.Admin.Pages.UpdatePageInputDto)

ReverseMap(UpdatePageInputDto, UpdatePageViewModel)

Declaration
public override void ReverseMap(UpdatePageInputDto destination, UpdateModel.UpdatePageViewModel source)
Parameters
Type Name Description
UpdatePageInputDto destination
UpdateModel.UpdatePageViewModel source
Overrides
TwoWayMapperBase<UpdateModel.UpdatePageViewModel, UpdatePageInputDto>.ReverseMap(UpdatePageInputDto, UpdateModel.UpdatePageViewModel)

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