Show / Hide Table of Contents

Class DifferenceResult

Represents a list of differences between items.

Inheritance
object
DifferenceResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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>

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX