Class ChangeCommentVisibility
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class ChangeCommentVisibility : Command, ICommand
- Inheritance
-
ChangeCommentVisibility
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeCommentVisibility(Guid, Guid, bool)
public ChangeCommentVisibility(Guid bank, Guid comment, bool isHidden)
Parameters
Properties
Comment
public Guid Comment { get; set; }
Property Value
IsHidden
public bool IsHidden { get; set; }