Class PageFeedbackViewDto
Inheritance
PageFeedbackViewDto
Assembly: Volo.CmsKit.Pro.Common.Web.dll
Syntax
public class PageFeedbackViewDto
Constructors
PageFeedbackViewDto()
Declaration
public PageFeedbackViewDto()
PageFeedbackViewDto(string, string, string, string, string, string, bool, string, string, bool, string, string, string)
Declaration
public PageFeedbackViewDto(string entityType, string entityId = null, string yesButtonText = null, string noButtonText = null, string userNotePlaceholder = null, string submitButtonText = null, bool reverseButtons = false, string thankYouMessageDescription = null, string thankYouMessageTitle = null, bool headerVisible = true, string headerText = null, string veryHelpfulText = null, string needsImprovementText = null)
Parameters
Properties
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityType
Declaration
public string EntityType { 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