Table of Contents

Class UserComparer.Difference

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

Constructors

Difference(UserField, StateFieldType, object, object)

public Difference(UserField field, StateFieldType type, object value1, object value2)

Parameters

field UserField
type StateFieldType
value1 object
value2 object

Properties

Field

public UserField Field { get; }

Property Value

UserField

Type

public StateFieldType Type { get; }

Property Value

StateFieldType

Value1

public object Value1 { get; }

Property Value

object

Value2

public object Value2 { get; }

Property Value

object