Class PageFeedbackDto
Inheritance
PageFeedbackDto
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class PageFeedbackDto : EntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IHasCreationTime, IMultiTenant
Constructors
PageFeedbackDto()
Declaration
Properties
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
IsUseful
Declaration
public bool IsUseful { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
UserNote
Declaration
public string UserNote { get; set; }
Property Value
Implements
Extension Methods