Class ModifyPersonComment
- Namespace
- InSite.Application.People.Write
- Assembly
- Shift.Sdk.dll
public class ModifyPersonComment : Command, ICommand
- Inheritance
-
ModifyPersonComment
- Implements
- Inherited Members
- Extension Methods
Constructors
ModifyPersonComment(Guid, CommentActionType, PersonComment)
public ModifyPersonComment(Guid personId, CommentActionType commentActionType, PersonComment comment)
Parameters
personIdGuidcommentActionTypeCommentActionTypecommentPersonComment
Properties
Comment
public PersonComment Comment { get; set; }
Property Value
CommentActionType
public CommentActionType CommentActionType { get; set; }