Class Reply

Reply class

Represents annotation comment.

public class Reply : ICloneable

Constructors

Name Description
Reply() The default constructor.

Properties

Name Description
Comment { get; set; } Comment text content
Id { get; set; } Comment identificator
ParentReply { get; set; } Parent сomment (in case current one is a reply to the original one)
RepliedOn { get; set; } Comment creation date and time
User { get; set; } Comment author

Methods

Name Description
Clone() Returns new Instance with same values

See Also