Inheritance
CommentWithAuthorDtoToCommentWithAuthorViewModelMapper
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
public class CommentWithAuthorDtoToCommentWithAuthorViewModelMapper : MapperBase<CommentWithAuthorDto, CommentManagement.CommentWithAuthorViewModel>, IAbpMapperlyMapper<CommentWithAuthorDto, CommentManagement.CommentWithAuthorViewModel>, ITransientDependency
Constructors
Declaration
public CommentWithAuthorDtoToCommentWithAuthorViewModelMapper()
Methods
Declaration
public override void AfterMap(CommentWithAuthorDto source, CommentManagement.CommentWithAuthorViewModel destination)
Parameters
Overrides
Declaration
public override CommentManagement.CommentWithAuthorViewModel Map(CommentWithAuthorDto source)
Parameters
Returns
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.Admin.Comments.CommentWithAuthorDto, Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit.CommentManagement.CommentWithAuthorViewModel>.Map(Volo.CmsKit.Admin.Comments.CommentWithAuthorDto)
Declaration
public override void Map(CommentWithAuthorDto source, CommentManagement.CommentWithAuthorViewModel destination)
Parameters
Overrides
Implements
Extension Methods