Class CreatePageFeedbackInput
Inheritance
CreatePageFeedbackInput
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class CreatePageFeedbackInput
Constructors
CreatePageFeedbackInput()
Declaration
public CreatePageFeedbackInput()
Properties
EntityId
Declaration
[DynamicStringLength(typeof(PageFeedbackConst), "MaxEntityIdLength", null)]
public string EntityId { get; set; }
Property Value
EntityType
Declaration
[DynamicStringLength(typeof(PageFeedbackConst), "MaxEntityTypeLength", null)]
[Required]
public string EntityType { get; set; }
Property Value
FeedbackUserId
Declaration
public Guid FeedbackUserId { get; set; }
Property Value
IsUseful
Declaration
[Required]
public bool IsUseful { get; set; }
Property Value
Url
Declaration
[DynamicStringLength(typeof(PageFeedbackConst), "MaxUserNoteLength", null)]
public string Url { get; set; }
Property Value
UserNote
Declaration
[DynamicStringLength(typeof(PageFeedbackConst), "MaxUserNoteLength", null)]
public string UserNote { get; set; }
Property Value
Extension Methods