Class EditModalModel.PageFeedbackEditViewModel
Inheritance
EditModalModel.PageFeedbackEditViewModel
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class EditModalModel.PageFeedbackEditViewModel
Constructors
PageFeedbackEditViewModel()
Declaration
public PageFeedbackEditViewModel()
Properties
AdminNote
Declaration
[DynamicMaxLength(typeof(PageFeedbackConst), "MaxAdminNoteLength")]
[TextArea(Rows = 4)]
public string AdminNote { get; set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityType
Declaration
public string EntityType { 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
UserNote
Declaration
[TextArea(Rows = 4)]
public string UserNote { get; set; }
Property Value
Extension Methods