Class UpdatePageFeedbackDto
Inherited Members
Namespace: Volo.CmsKit.Admin.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class UpdatePageFeedbackDto
Constructors
UpdatePageFeedbackDto()
Declaration
public UpdatePageFeedbackDto()
Properties
AdminNote
Declaration
[DynamicMaxLength(typeof(PageFeedbackConst), "MaxAdminNoteLength")]
public string AdminNote { get; set; }
Property Value
Type | Description |
---|---|
string |
IsHandled
Declaration
public bool IsHandled { get; set; }
Property Value
Type | Description |
---|---|
bool |