Class CommentMoved
public class CommentMoved : Change, IChange
- Inheritance
-
CommentMoved
- Implements
- Inherited Members
- Extension Methods
Constructors
CommentMoved(Guid, CommentType, Guid)
public CommentMoved(Guid comment, CommentType type, Guid subject)
Parameters
commentGuidtypeCommentTypesubjectGuid
Properties
Comment
public Guid Comment { get; set; }
Property Value
Subject
public Guid Subject { get; set; }
Property Value
Type
public CommentType Type { get; set; }