Show / Hide Table of Contents

Class CreatePageViewModelToCreatePageInputDtoMapper

Inheritance
object
MapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>
TwoWayMapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>
CreatePageViewModelToCreatePageInputDtoMapper
Implements
ITransientDependency
IAbpReverseMapperlyMapper<CreateModel.CreatePageViewModel, CreatePageInputDto>
IAbpMapperlyMapper<CreateModel.CreatePageViewModel, CreatePageInputDto>
Inherited Members
TwoWayMapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.ReverseMap(CreatePageInputDto)
TwoWayMapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.ReverseMap(CreatePageInputDto, CreateModel.CreatePageViewModel)
TwoWayMapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.BeforeReverseMap(CreatePageInputDto)
TwoWayMapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.AfterReverseMap(CreatePageInputDto, CreateModel.CreatePageViewModel)
MapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.Map(CreateModel.CreatePageViewModel)
MapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.Map(CreateModel.CreatePageViewModel, CreatePageInputDto)
MapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.BeforeMap(CreateModel.CreatePageViewModel)
MapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.AfterMap(CreateModel.CreatePageViewModel, CreatePageInputDto)
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 CreatePageViewModelToCreatePageInputDtoMapper : TwoWayMapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>, ITransientDependency, IAbpReverseMapperlyMapper<CreateModel.CreatePageViewModel, CreatePageInputDto>, IAbpMapperlyMapper<CreateModel.CreatePageViewModel, CreatePageInputDto>

Constructors

CreatePageViewModelToCreatePageInputDtoMapper()

Declaration
public CreatePageViewModelToCreatePageInputDtoMapper()

Methods

Map(CreatePageViewModel)

Declaration
public override CreatePageInputDto Map(CreateModel.CreatePageViewModel source)
Parameters
Type Name Description
CreateModel.CreatePageViewModel source
Returns
Type Description
CreatePageInputDto
Overrides
MapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.Map(CreateModel.CreatePageViewModel)

Map(CreatePageViewModel, CreatePageInputDto)

Declaration
public override void Map(CreateModel.CreatePageViewModel source, CreatePageInputDto destination)
Parameters
Type Name Description
CreateModel.CreatePageViewModel source
CreatePageInputDto destination
Overrides
MapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.Map(CreateModel.CreatePageViewModel, CreatePageInputDto)

ReverseMap(CreatePageInputDto)

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

ReverseMap(CreatePageInputDto, CreatePageViewModel)

Declaration
public override void ReverseMap(CreatePageInputDto destination, CreateModel.CreatePageViewModel source)
Parameters
Type Name Description
CreatePageInputDto destination
CreateModel.CreatePageViewModel source
Overrides
TwoWayMapperBase<CreateModel.CreatePageViewModel, CreatePageInputDto>.ReverseMap(CreatePageInputDto, CreateModel.CreatePageViewModel)

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