Class UpdatePageFeedbackSettingDto
Inheritance
UpdatePageFeedbackSettingDto
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class UpdatePageFeedbackSettingDto : IValidatableObject
Constructors
UpdatePageFeedbackSettingDto()
Declaration
public UpdatePageFeedbackSettingDto()
Properties
EmailAddresses
Declaration
[DynamicMaxLength(typeof(PageFeedbackConst), "MaxEmailAddressesLength")]
public string EmailAddresses { get; set; }
Property Value
EntityType
Declaration
[DynamicMaxLength(typeof(PageFeedbackConst), "MaxEntityTypeLength")]
public string EntityType { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
Methods
Validate(ValidationContext)
Declaration
public virtual IEnumerable<ValidationResult> Validate(ValidationContext validationContext)
Parameters
Returns
Implements
Extension Methods