Inheritance
CommentWithDetailsDto
Assembly: Volo.CmsKit.Public.Application.Contracts.dll
public class CommentWithDetailsDto : ExtensibleObject, IHasExtraProperties, IValidatableObject, IHasConcurrencyStamp
Constructors
Declaration
public CommentWithDetailsDto()
Properties
Declaration
public CmsUserDto Author { get; set; }
Property Value
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Declaration
public DateTime CreationTime { get; set; }
Property Value
Declaration
public Guid CreatorId { get; set; }
Property Value
Declaration
public string EntityId { get; set; }
Property Value
Declaration
public string EntityType { get; set; }
Property Value
Declaration
public Guid Id { get; set; }
Property Value
Declaration
public List<CommentDto> Replies { get; set; }
Property Value
Declaration
public string Text { get; set; }
Property Value
Implements
Extension Methods