Class PageFeedbackViewDto
Inheritance
PageFeedbackViewDto
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class PageFeedbackViewDto
Constructors
PageFeedbackViewDto()
Declaration
public PageFeedbackViewDto()
Properties
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityType
Declaration
public string EntityType { get; set; }
Property Value
EntityTypes
Declaration
public List<SelectListItem> EntityTypes { get; set; }
Property Value
Declaration
public string HeaderText { get; set; }
Property Value
Declaration
public bool HeaderVisible { get; set; }
Property Value
NeedsImprovementText
Declaration
public string NeedsImprovementText { get; set; }
Property Value
NoButtonText
Declaration
public string NoButtonText { get; set; }
Property Value
ReverseButtons
Declaration
public bool ReverseButtons { get; set; }
Property Value
SubmitButtonText
Declaration
public string SubmitButtonText { get; set; }
Property Value
ThankYouMessageDescription
Declaration
public string ThankYouMessageDescription { get; set; }
Property Value
ThankYouMessageTitle
Declaration
public string ThankYouMessageTitle { get; set; }
Property Value
UserNotePlaceholder
Declaration
public string UserNotePlaceholder { get; set; }
Property Value
VeryHelpfulText
Declaration
public string VeryHelpfulText { get; set; }
Property Value
YesButtonText
Declaration
public string YesButtonText { get; set; }
Property Value
Extension Methods