Class MoveComment
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class MoveComment : Command, ICommand
- Inheritance
-
MoveComment
- Implements
- Inherited Members
- Extension Methods
Constructors
MoveComment(Guid, Guid, CommentType, Guid)
public MoveComment(Guid bank, Guid comment, CommentType type, Guid subject)
Parameters
bankGuidcommentGuidtypeCommentTypesubjectGuid
Properties
Comment
public Guid Comment { get; set; }
Property Value
Subject
public Guid Subject { get; set; }
Property Value
Type
public CommentType Type { get; set; }