Inheritance
CommentToCommentWithAuthorDtoMapper
Assembly: Volo.CmsKit.Admin.Application.dll
[MapExtraProperties]
public class CommentToCommentWithAuthorDtoMapper : MapperBase<Comment, CommentWithAuthorDto>, IAbpMapperlyMapper<Comment, CommentWithAuthorDto>, ITransientDependency
Constructors
Declaration
public CommentToCommentWithAuthorDtoMapper()
Methods
Declaration
public override CommentWithAuthorDto Map(Comment source)
Parameters
| Type |
Name |
Description |
| Comment |
source |
|
Returns
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.Comments.Comment, Volo.CmsKit.Admin.Comments.CommentWithAuthorDto>.Map(Volo.CmsKit.Comments.Comment)
Declaration
public override void Map(Comment source, CommentWithAuthorDto destination)
Parameters
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.Comments.Comment, Volo.CmsKit.Admin.Comments.CommentWithAuthorDto>.Map(Volo.CmsKit.Comments.Comment, Volo.CmsKit.Admin.Comments.CommentWithAuthorDto)
Implements
Extension Methods