Enum DifferenceType
Indicates the type of difference between two properties.
Namespace: Algenta.Colectica.Model.DifferenceDetection
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum DifferenceType
Fields
Name | Description |
---|---|
Added | A value was added to a list. |
Changed | The properties have different content. |
Removed | A value was removed from a list. |
Same | The properties have the same content. |