Class ProjectWithoutDetailsToProjectWithoutDetailsDtoMapper
Inheritance
ProjectWithoutDetailsToProjectWithoutDetailsDtoMapper
Inherited Members
Namespace: Volo.Docs.Admin
Assembly: Volo.Docs.Admin.Application.dll
Syntax
public class ProjectWithoutDetailsToProjectWithoutDetailsDtoMapper : MapperBase<ProjectWithoutDetails, ProjectWithoutDetailsDto>, IAbpMapperlyMapper<ProjectWithoutDetails, ProjectWithoutDetailsDto>, ITransientDependency
Constructors
ProjectWithoutDetailsToProjectWithoutDetailsDtoMapper()
Declaration
public ProjectWithoutDetailsToProjectWithoutDetailsDtoMapper()
Methods
Map(ProjectWithoutDetails)
Declaration
public override ProjectWithoutDetailsDto Map(ProjectWithoutDetails source)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectWithoutDetails | source |
Returns
| Type | Description |
|---|---|
| ProjectWithoutDetailsDto |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Docs.Projects.ProjectWithoutDetails, Volo.Docs.Admin.Projects.ProjectWithoutDetailsDto>.Map(Volo.Docs.Projects.ProjectWithoutDetails)
Map(ProjectWithoutDetails, ProjectWithoutDetailsDto)
Declaration
public override void Map(ProjectWithoutDetails source, ProjectWithoutDetailsDto destination)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectWithoutDetails | source | |
| ProjectWithoutDetailsDto | destination |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Docs.Projects.ProjectWithoutDetails, Volo.Docs.Admin.Projects.ProjectWithoutDetailsDto>.Map(Volo.Docs.Projects.ProjectWithoutDetails, Volo.Docs.Admin.Projects.ProjectWithoutDetailsDto)