Table of Contents

Class PersonCommentModified

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class PersonCommentModified : Change, IChange
Inheritance
PersonCommentModified
Implements
Inherited Members
Extension Methods

Constructors

PersonCommentModified(CommentActionType, PersonComment)

public PersonCommentModified(CommentActionType commentActionType, PersonComment comment)

Parameters

commentActionType CommentActionType
comment PersonComment

Properties

Comment

public PersonComment Comment { get; set; }

Property Value

PersonComment

CommentActionType

public CommentActionType CommentActionType { get; set; }

Property Value

CommentActionType