Class CommentChanged
public class CommentChanged : Change, IChange
- Inheritance
-
CommentChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
CommentChanged(Guid, string, DateTimeOffset, bool)
public CommentChanged(Guid comment, string text, DateTimeOffset revised, bool isPrivate)
Parameters
commentGuidtextstringrevisedDateTimeOffsetisPrivatebool
Properties
Comment
public Guid Comment { get; }
Property Value
IsPrivate
public bool IsPrivate { get; }
Property Value
Revised
public DateTimeOffset Revised { get; }
Property Value
Text
public string Text { get; }