Show / Hide Table of Contents

Class PhysicalInstanceDifferenceDetector

Detect differences between two physical instances

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

Methods

DetectDifferences(PhysicalInstance, PhysicalInstance)

Detect differences between two physical instances

Declaration
public DifferenceResult DetectDifferences(PhysicalInstance oldPi, PhysicalInstance newPi)
Parameters
Type Name Description
PhysicalInstance oldPi
PhysicalInstance newPi
Returns
Type Description
DifferenceResult
In this article
Back to top Generated by DocFX