Inheritance
CommentManagement.CommentWithAuthorViewModel
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
public class CommentManagement.CommentWithAuthorViewModel
Constructors
Declaration
public CommentWithAuthorViewModel()
Properties
Declaration
public DateTime CreationTime { get; set; }
Property Value
Declaration
public Guid CreatorId { get; set; }
Property Value
Declaration
public string EntityId { get; set; }
Property Value
Declaration
public string EntityType { get; set; }
Property Value
Declaration
public Guid Id { get; set; }
Property Value
Declaration
public Guid? RepliedCommentId { get; set; }
Property Value
Declaration
public string Text { get; set; }
Property Value
Declaration
public string UserName { get; set; }
Property Value
Extension Methods