Show / Hide Table of Contents

Class PageFeedbackViewDto

Inheritance
object
PageFeedbackViewDto
PageFeedbackModalViewDto
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.Web.Pages.Public.Shared.Components.PageFeedbacks
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
Type Name Description
string entityType
string entityId
string yesButtonText
string noButtonText
string userNotePlaceholder
string submitButtonText
bool reverseButtons
string thankYouMessageDescription
string thankYouMessageTitle
bool headerVisible
string headerText
string veryHelpfulText
string needsImprovementText

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

HeaderText

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

HeaderVisible

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

NeedsImprovementText

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

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

VeryHelpfulText

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

YesButtonText

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

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform