Show / Hide Table of Contents

Class QualityStatementDifferenceDetector

Detect differences between two Quality Statements

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

Methods

DetectDifferences(QualityStatement, QualityStatement)

Detect differences between two Quality Statements

Declaration
public DifferenceResult DetectDifferences(QualityStatement oldQS, QualityStatement newQS)
Parameters
Type Name Description
QualityStatement oldQS
QualityStatement newQS
Returns
Type Description
DifferenceResult
In this article
Back to top Generated by DocFX