Show / Hide Table of Contents

Class EditModalModel.PageFeedbackEditViewModel

Inheritance
object
EditModalModel.PageFeedbackEditViewModel
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 EditModalModel.PageFeedbackEditViewModel

Constructors

PageFeedbackEditViewModel()

Declaration
public PageFeedbackEditViewModel()

Properties

AdminNote

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

CreationTime

Declaration
public DateTime CreationTime { get; set; }
Property Value
Type Description
DateTime

EntityId

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

EntityType

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

IsHandled

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

IsUseful

Declaration
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