Show / Hide Table of Contents

Class PageFeedbackSettingDto

Inheritance
object
PageFeedbackSettingDto
Implements
IMultiTenant
Namespace: Volo.CmsKit.Admin.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class PageFeedbackSettingDto : EntityDto<Guid>, IMultiTenant

Constructors

PageFeedbackSettingDto()

Declaration
public PageFeedbackSettingDto()

Properties

EmailAddresses

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

EntityType

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

TenantId

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

Implements

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