Class ChangeCommentPrivacy
- Namespace
- InSite.Application.Cases.Write
- Assembly
- Shift.Sdk.dll
public class ChangeCommentPrivacy : Command, ICommand
- Inheritance
-
ChangeCommentPrivacy
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeCommentPrivacy(Guid, Guid, bool)
public ChangeCommentPrivacy(Guid aggregate, Guid comment, bool commentPrivacy)
Parameters
Properties
Comment
public Guid Comment { get; set; }
Property Value
CommentPrivacy
public bool CommentPrivacy { get; set; }