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