Class DifferenceResult
Represents a list of differences between items.
Inherited Members
Namespace: Algenta.Colectica.Model.DifferenceDetection
Assembly: Algenta.Colectica.Model.dll
Syntax
public class DifferenceResult
Properties
DiffNewText
New Test
Declaration
public string DiffNewText { get; }
Property Value
Type | Description |
---|---|
string |
DiffOldText
Old Text
Declaration
public string DiffOldText { get; }
Property Value
Type | Description |
---|---|
string |
Diffs
Gets the collection of differences between two items.
Declaration
public Collection<Difference> Diffs { get; }
Property Value
Type | Description |
---|---|
Collection<Difference> |