Show / Hide Table of Contents

Class UpdatePageFeedbackDto

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

Constructors

UpdatePageFeedbackDto()

Declaration
public UpdatePageFeedbackDto()

Properties

AdminNote

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

IsHandled

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