Class PersonComparer.StateFieldDifference
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
fieldPersonFieldtypeStateFieldTypevalue1objectvalue2object
Properties
Field
public PersonField Field { get; }
Property Value
Type
public StateFieldType Type { get; }
Property Value
Value1
public object Value1 { get; }
Property Value
Value2
public object Value2 { get; }