Class CommentAdded
public class CommentAdded : Change, IChange
- Inheritance
-
CommentAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
CommentAdded(Guid, Guid, Guid, string, string, DateTimeOffset, bool)
public CommentAdded(Guid comment, Guid author, Guid subject, string subjectType, string text, DateTimeOffset posted, bool isPrivate)
Parameters
commentGuidauthorGuidsubjectGuidsubjectTypestringtextstringpostedDateTimeOffsetisPrivatebool
Properties
Author
public Guid Author { get; }
Property Value
Comment
public Guid Comment { get; }
Property Value
IsPrivate
public bool IsPrivate { get; }
Property Value
Posted
public DateTimeOffset Posted { get; }
Property Value
Subject
public Guid Subject { get; }
Property Value
SubjectType
public string SubjectType { get; }
Property Value
Text
public string Text { get; }