Show / Hide Table of Contents

Class CommentManagement.CommentWithAuthorViewModel

Inheritance
object
CommentManagement.CommentWithAuthorViewModel
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.Blazor.Pages.CmsKit
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public class CommentManagement.CommentWithAuthorViewModel

Constructors

CommentWithAuthorViewModel()

Declaration
public CommentWithAuthorViewModel()

Properties

CreationTime

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

CreatorId

Declaration
public Guid CreatorId { get; set; }
Property Value
Type Description
Guid

EntityId

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

EntityType

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

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

RepliedCommentId

Declaration
public Guid? RepliedCommentId { get; set; }
Property Value
Type Description
Guid?

Text

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

UserName

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