Show / Hide Table of Contents

Class CreatePageFeedbackInput

Inheritance
object
CreatePageFeedbackInput
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Public.PageFeedbacks
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class CreatePageFeedbackInput

Constructors

CreatePageFeedbackInput()

Declaration
public CreatePageFeedbackInput()

Properties

EntityId

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

EntityType

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

IsUseful

Declaration
[Required]
public bool IsUseful { get; set; }
Property Value
Type Description
bool

Url

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

UserNote

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