Show / Hide Table of Contents

Class PageFeedbackViewDto

Inheritance
object
PageFeedbackViewDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Pro.Admin.Web.Pages.CmsKit.PageFeedbacks
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
Type Description
string

EntityType

Declaration
public string EntityType { get; set; }
Property Value
Type Description
string

EntityTypes

Declaration
public List<SelectListItem> EntityTypes { get; set; }
Property Value
Type Description
List<SelectListItem>

HeaderText

Declaration
public string HeaderText { get; set; }
Property Value
Type Description
string

HeaderVisible

Declaration
public bool HeaderVisible { get; set; }
Property Value
Type Description
bool

NoButtonText

Declaration
public string NoButtonText { get; set; }
Property Value
Type Description
string

ReverseButtons

Declaration
public bool ReverseButtons { get; set; }
Property Value
Type Description
bool

SubmitButtonText

Declaration
public string SubmitButtonText { get; set; }
Property Value
Type Description
string

ThankYouMessageDescription

Declaration
public string ThankYouMessageDescription { get; set; }
Property Value
Type Description
string

ThankYouMessageTitle

Declaration
public string ThankYouMessageTitle { get; set; }
Property Value
Type Description
string

UserNotePlaceholder

Declaration
public string UserNotePlaceholder { get; set; }
Property Value
Type Description
string

YesButtonText

Declaration
public string YesButtonText { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft