C# Class KellermanSoftware.CompareNetObjects.ComparisonResult

Details about the comparison
Mostra file Open project: GregFinzer/Compare-Net-Objects Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ComparisonResult ( ComparisonConfig config ) : System

Set the configuration for the comparison

Protected Methods

Method Description
AddParent ( int hash ) : void

Add parent, handle references count

RemoveParent ( int hash ) : void

Remove parent, handle references count

Method Details

AddParent() protected method

Add parent, handle references count
protected AddParent ( int hash ) : void
hash int
return void

ComparisonResult() public method

Set the configuration for the comparison
public ComparisonResult ( ComparisonConfig config ) : System
config ComparisonConfig
return System

RemoveParent() protected method

Remove parent, handle references count
protected RemoveParent ( int hash ) : void
hash int
return void