Show / Hide Table of Contents

Class UpdatePageFeedbackSettingDto

Inheritance
object
UpdatePageFeedbackSettingDto
Implements
IValidatableObject
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Admin.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class UpdatePageFeedbackSettingDto : IValidatableObject

Constructors

UpdatePageFeedbackSettingDto()

Declaration
public UpdatePageFeedbackSettingDto()

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

Id

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

Methods

Validate(ValidationContext)

Declaration
public virtual IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Type Name Description
ValidationContext validationContext
Returns
Type Description
IEnumerable<ValidationResult>

Implements

IValidatableObject
In this article
Back to top Powered by Volosoft