Show / Hide Table of Contents

Class CodeListDifferenceDetector

Finds differences in code lists

Inheritance
object
CodeListDifferenceDetector
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 CodeListDifferenceDetector

Methods

DetectDifferences(CodeList, CodeList)

Difference detection between two codelists

Declaration
public DifferenceResult DetectDifferences(CodeList oldCodeList, CodeList newCodeList)
Parameters
Type Name Description
CodeList oldCodeList
CodeList newCodeList
Returns
Type Description
DifferenceResult
In this article
Back to top Generated by DocFX