Show / Hide Table of Contents

Class FormWithQuestionsToFormWithDetailsDtoMapper

Inheritance
object
MapperBase<FormWithQuestions, FormWithDetailsDto>
FormWithQuestionsToFormWithDetailsDtoMapper
Implements
IAbpMapperlyMapper<FormWithQuestions, FormWithDetailsDto>
ITransientDependency
Inherited Members
MapperBase<FormWithQuestions, FormWithDetailsDto>.Map(FormWithQuestions)
MapperBase<FormWithQuestions, FormWithDetailsDto>.Map(FormWithQuestions, FormWithDetailsDto)
MapperBase<FormWithQuestions, FormWithDetailsDto>.BeforeMap(FormWithQuestions)
MapperBase<FormWithQuestions, FormWithDetailsDto>.AfterMap(FormWithQuestions, FormWithDetailsDto)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms
Assembly: Volo.Forms.Application.dll
Syntax
public class FormWithQuestionsToFormWithDetailsDtoMapper : MapperBase<FormWithQuestions, FormWithDetailsDto>, IAbpMapperlyMapper<FormWithQuestions, FormWithDetailsDto>, ITransientDependency

Constructors

FormWithQuestionsToFormWithDetailsDtoMapper()

Declaration
public FormWithQuestionsToFormWithDetailsDtoMapper()

Methods

AfterMap(FormWithQuestions, FormWithDetailsDto)

Declaration
public override void AfterMap(FormWithQuestions source, FormWithDetailsDto destination)
Parameters
Type Name Description
FormWithQuestions source
FormWithDetailsDto destination
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Forms.Forms.FormWithQuestions, Volo.Forms.Forms.FormWithDetailsDto>.AfterMap(Volo.Forms.Forms.FormWithQuestions, Volo.Forms.Forms.FormWithDetailsDto)

Map(FormWithQuestions)

Declaration
public override FormWithDetailsDto Map(FormWithQuestions source)
Parameters
Type Name Description
FormWithQuestions source
Returns
Type Description
FormWithDetailsDto
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Forms.Forms.FormWithQuestions, Volo.Forms.Forms.FormWithDetailsDto>.Map(Volo.Forms.Forms.FormWithQuestions)

Map(FormWithQuestions, FormWithDetailsDto)

Declaration
public override void Map(FormWithQuestions source, FormWithDetailsDto destination)
Parameters
Type Name Description
FormWithQuestions source
FormWithDetailsDto destination
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Forms.Forms.FormWithQuestions, Volo.Forms.Forms.FormWithDetailsDto>.Map(Volo.Forms.Forms.FormWithQuestions, Volo.Forms.Forms.FormWithDetailsDto)

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