Table of Contents

Class PersonComparer.CommentFieldDifference

Namespace
InSite.Domain.Contacts
Assembly
Shift.Sdk.dll
public class PersonComparer.CommentFieldDifference
Inheritance
PersonComparer.CommentFieldDifference
Inherited Members
Extension Methods

Constructors

CommentFieldDifference(PersonCommentField, StateFieldType, object, object)

public CommentFieldDifference(PersonCommentField field, StateFieldType type, object value1, object value2)

Parameters

field PersonCommentField
type StateFieldType
value1 object
value2 object

Properties

Field

public PersonCommentField Field { get; }

Property Value

PersonCommentField

Type

public StateFieldType Type { get; }

Property Value

StateFieldType

Value1

public object Value1 { get; }

Property Value

object

Value2

public object Value2 { get; }

Property Value

object