Table of Contents

Class PersonComparer.StateFieldDifference

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

Constructors

StateFieldDifference(PersonField, StateFieldType, object, object)

public StateFieldDifference(PersonField field, StateFieldType type, object value1, object value2)

Parameters

field PersonField
type StateFieldType
value1 object
value2 object

Properties

Field

public PersonField Field { get; }

Property Value

PersonField

Type

public StateFieldType Type { get; }

Property Value

StateFieldType

Value1

public object Value1 { get; }

Property Value

object

Value2

public object Value2 { get; }

Property Value

object