Class CommentPrivacyChanged
public class CommentPrivacyChanged : Change, IChange
- Inheritance
-
CommentPrivacyChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
CommentPrivacyChanged(Guid, bool)
public CommentPrivacyChanged(Guid comment, bool commentPrivacy)
Parameters
Properties
Comment
public Guid Comment { get; set; }
Property Value
CommentPrivacy
public bool CommentPrivacy { get; set; }