Show / Hide Table of Contents

Class VersionableDifferenceDetector

Detect differences between two Versionable items

Inheritance
object
VersionableDifferenceDetector
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Commands.DifferenceDetection
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class VersionableDifferenceDetector

Methods

DetectDifferences(IVersionable, IVersionable)

Detect differences between two Versionable items

Declaration
public DifferenceResult DetectDifferences(IVersionable oldItem, IVersionable newItem)
Parameters
Type Name Description
IVersionable oldItem
IVersionable newItem
Returns
Type Description
DifferenceResult
In this article
Back to top Generated by DocFX