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