Show / Hide Table of Contents

Class PageFeedbackDto

Inheritance
object
PageFeedbackDto
Implements
IHasCreationTime
IMultiTenant
Namespace: Volo.CmsKit.Public.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class PageFeedbackDto : EntityDto<Guid>, IHasCreationTime, IMultiTenant

Constructors

PageFeedbackDto()

Declaration
public PageFeedbackDto()

Properties

CreationTime

Declaration
public DateTime CreationTime { get; set; }
Property Value
Type Description
DateTime

EntityId

Declaration
public string EntityId { get; set; }
Property Value
Type Description
string

EntityType

Declaration
public string EntityType { get; set; }
Property Value
Type Description
string

IsUseful

Declaration
public bool IsUseful { get; set; }
Property Value
Type Description
bool

TenantId

Declaration
public Guid? TenantId { get; set; }
Property Value
Type Description
Guid?

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string

UserNote

Declaration
public string UserNote { get; set; }
Property Value
Type Description
string

Implements

Volo.Abp.Auditing.IHasCreationTime
Volo.Abp.MultiTenancy.IMultiTenant
In this article
Back to top Powered by Volosoft