Class GetPageFeedbackListInput
Inheritance
GetPageFeedbackListInput
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class GetPageFeedbackListInput : PagedAndSortedResultRequestDto, IValidatableObject, IPagedAndSortedResultRequest, IPagedResultRequest, ILimitedResultRequest, ISortedResultRequest
Constructors
GetPageFeedbackListInput()
Declaration
public GetPageFeedbackListInput()
Properties
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityType
Declaration
public string EntityType { get; set; }
Property Value
HasAdminNote
Declaration
public bool? HasAdminNote { get; set; }
Property Value
HasUserNote
Declaration
public bool? HasUserNote { get; set; }
Property Value
IsHandled
Declaration
public bool? IsHandled { get; set; }
Property Value
IsUseful
Declaration
public bool? IsUseful { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Implements
Extension Methods