Class QuestionWithAnswersToQuestionWithAnswersDtoMapper
Inheritance
QuestionWithAnswersToQuestionWithAnswersDtoMapper
Inherited Members
Namespace: Volo.Forms
Assembly: Volo.Forms.Application.dll
Syntax
public class QuestionWithAnswersToQuestionWithAnswersDtoMapper : MapperBase<QuestionWithAnswers, QuestionWithAnswersDto>, IAbpMapperlyMapper<QuestionWithAnswers, QuestionWithAnswersDto>, ITransientDependency
Constructors
QuestionWithAnswersToQuestionWithAnswersDtoMapper()
Declaration
public QuestionWithAnswersToQuestionWithAnswersDtoMapper()
Methods
AfterMap(QuestionWithAnswers, QuestionWithAnswersDto)
Declaration
public override void AfterMap(QuestionWithAnswers source, QuestionWithAnswersDto destination)
Parameters
| Type | Name | Description |
|---|---|---|
| QuestionWithAnswers | source | |
| QuestionWithAnswersDto | destination |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Forms.Questions.QuestionWithAnswers, Volo.Forms.Responses.QuestionWithAnswersDto>.AfterMap(Volo.Forms.Questions.QuestionWithAnswers, Volo.Forms.Responses.QuestionWithAnswersDto)
Map(QuestionWithAnswers)
Declaration
public override QuestionWithAnswersDto Map(QuestionWithAnswers source)
Parameters
| Type | Name | Description |
|---|---|---|
| QuestionWithAnswers | source |
Returns
| Type | Description |
|---|---|
| QuestionWithAnswersDto |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Forms.Questions.QuestionWithAnswers, Volo.Forms.Responses.QuestionWithAnswersDto>.Map(Volo.Forms.Questions.QuestionWithAnswers)
Map(QuestionWithAnswers, QuestionWithAnswersDto)
Declaration
public override void Map(QuestionWithAnswers source, QuestionWithAnswersDto destination)
Parameters
| Type | Name | Description |
|---|---|---|
| QuestionWithAnswers | source | |
| QuestionWithAnswersDto | destination |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Forms.Questions.QuestionWithAnswers, Volo.Forms.Responses.QuestionWithAnswersDto>.Map(Volo.Forms.Questions.QuestionWithAnswers, Volo.Forms.Responses.QuestionWithAnswersDto)