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