Class PageFeedbackSettingDto
Inheritance
PageFeedbackSettingDto
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class PageFeedbackSettingDto : EntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IMultiTenant
Constructors
PageFeedbackSettingDto()
Declaration
public PageFeedbackSettingDto()
Properties
EmailAddresses
Declaration
public string EmailAddresses { get; set; }
Property Value
EntityType
Declaration
public string EntityType { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Implements
Extension Methods