Table of Contents

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

personId Guid
commentActionType CommentActionType
comment PersonComment

Properties

Comment

public PersonComment Comment { get; set; }

Property Value

PersonComment

CommentActionType

public CommentActionType CommentActionType { get; set; }

Property Value

CommentActionType