Class CmsKitProPageFeedbackExportDto
Inheritance
CmsKitProPageFeedbackExportDto
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class CmsKitProPageFeedbackExportDto
Constructors
CmsKitProPageFeedbackExportDto()
Declaration
public CmsKitProPageFeedbackExportDto()
Properties
AdminNote
Declaration
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
public string UserNote { get; set; }
Property Value
Extension Methods