Class CommentWithAuthorQueryResultItem
Inherited Members
Namespace: Volo.CmsKit.Comments
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class CommentWithAuthorQueryResultItem
Constructors
CommentWithAuthorQueryResultItem()
Declaration
public CommentWithAuthorQueryResultItem()
Properties
Author
Declaration
public CmsUser Author { get; set; }
Property Value
Type | Description |
---|---|
CmsUser |
Comment
Declaration
public Comment Comment { get; set; }
Property Value
Type | Description |
---|---|
Comment |