Represents annotation comment.
public class Reply : ICloneable
| Name |
Description |
| Reply() |
The default constructor. |
| 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 |
| Name |
Description |
| Clone() |
Returns new Instance with same values |
We value your opinion. Your feedback will help us improve our documentation.