Show / Hide Table of Contents

Class FaqSectionWithQuestionsToFaqSectionWithQuestionsDtoMapper

Inheritance
object
MapperBase<FaqSectionWithQuestions, FaqSectionWithQuestionsDto>
FaqSectionWithQuestionsToFaqSectionWithQuestionsDtoMapper
Implements
IAbpMapperlyMapper<FaqSectionWithQuestions, FaqSectionWithQuestionsDto>
ITransientDependency
Inherited Members
MapperBase<FaqSectionWithQuestions, FaqSectionWithQuestionsDto>.Map(FaqSectionWithQuestions)
MapperBase<FaqSectionWithQuestions, FaqSectionWithQuestionsDto>.Map(FaqSectionWithQuestions, FaqSectionWithQuestionsDto)
MapperBase<FaqSectionWithQuestions, FaqSectionWithQuestionsDto>.BeforeMap(FaqSectionWithQuestions)
MapperBase<FaqSectionWithQuestions, FaqSectionWithQuestionsDto>.AfterMap(FaqSectionWithQuestions, FaqSectionWithQuestionsDto)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit
Assembly: Volo.CmsKit.Pro.Public.Application.dll
Syntax
public class FaqSectionWithQuestionsToFaqSectionWithQuestionsDtoMapper : MapperBase<FaqSectionWithQuestions, FaqSectionWithQuestionsDto>, IAbpMapperlyMapper<FaqSectionWithQuestions, FaqSectionWithQuestionsDto>, ITransientDependency

Constructors

FaqSectionWithQuestionsToFaqSectionWithQuestionsDtoMapper()

Declaration
public FaqSectionWithQuestionsToFaqSectionWithQuestionsDtoMapper()

Methods

Map(FaqSectionWithQuestions)

Declaration
public override FaqSectionWithQuestionsDto Map(FaqSectionWithQuestions source)
Parameters
Type Name Description
FaqSectionWithQuestions source
Returns
Type Description
FaqSectionWithQuestionsDto
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.Faqs.FaqSectionWithQuestions, Volo.CmsKit.Public.Faqs.FaqSectionWithQuestionsDto>.Map(Volo.CmsKit.Faqs.FaqSectionWithQuestions)

Map(FaqSectionWithQuestions, FaqSectionWithQuestionsDto)

Declaration
public override void Map(FaqSectionWithQuestions source, FaqSectionWithQuestionsDto destination)
Parameters
Type Name Description
FaqSectionWithQuestions source
FaqSectionWithQuestionsDto destination
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.Faqs.FaqSectionWithQuestions, Volo.CmsKit.Public.Faqs.FaqSectionWithQuestionsDto>.Map(Volo.CmsKit.Faqs.FaqSectionWithQuestions, Volo.CmsKit.Public.Faqs.FaqSectionWithQuestionsDto)

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