Inheritance
CommentGetListInput
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
public class CommentGetListInput : PagedAndSortedResultRequestDto, IValidatableObject, IPagedAndSortedResultRequest, IPagedResultRequest, ILimitedResultRequest, ISortedResultRequest
Constructors
Declaration
public CommentGetListInput()
Properties
Declaration
public string Author { get; set; }
Property Value
Declaration
public CommentApproveState CommentApproveState { get; set; }
Property Value
Declaration
public DateTime? CreationEndDate { get; set; }
Property Value
Declaration
public DateTime? CreationStartDate { get; set; }
Property Value
Declaration
public string EntityType { get; set; }
Property Value
Declaration
public Guid? RepliedCommentId { get; set; }
Property Value
Declaration
public string Text { get; set; }
Property Value
Implements
Extension Methods