Class CommentWithAuthorQueryResultItem
Inheritance
System.Object
CommentWithAuthorQueryResultItem
Namespace: Volo.CmsKit.Comments
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class CommentWithAuthorQueryResultItem : object
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 |