Class PersonCommentModified
public class PersonCommentModified : Change, IChange
- Inheritance
-
PersonCommentModified
- Implements
- Inherited Members
- Extension Methods
Constructors
PersonCommentModified(CommentActionType, PersonComment)
public PersonCommentModified(CommentActionType commentActionType, PersonComment comment)
Parameters
commentActionTypeCommentActionTypecommentPersonComment
Properties
Comment
public PersonComment Comment { get; set; }
Property Value
CommentActionType
public CommentActionType CommentActionType { get; set; }