Class EventCommentModified
public class EventCommentModified : Change, IChange
- Inheritance
-
EventCommentModified
- Implements
- Inherited Members
- Extension Methods
Constructors
EventCommentModified(Guid, Guid, string)
public EventCommentModified(Guid comment, Guid author, string text)
Parameters
Properties
AuthorIdentifier
public Guid AuthorIdentifier { get; set; }
Property Value
CommentIdentifier
public Guid CommentIdentifier { get; set; }
Property Value
CommentText
public string CommentText { get; set; }