Inheritance
System.Object
CommentDto
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
public class CommentDto : object
Properties
Declaration
public CmsUserDto Author { get; set; }
Property Value
Declaration
public DateTime CreationTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
Declaration
public Guid CreatorId { get; set; }
Property Value
Declaration
public string EntityId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string EntityType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Guid Id { get; set; }
Property Value
Declaration
public Guid? RepliedCommentId { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods