Class FaqSectionWithQuestionsToFaqSectionWithQuestionsDtoMapper
Inheritance
FaqSectionWithQuestionsToFaqSectionWithQuestionsDtoMapper
Implements
Inherited Members
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)