C# Class KellermanSoftware.CompareNetObjects.ComparisonResult

Details about the comparison
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ComparisonResult ( ComparisonConfig config ) : System

Set the configuration for the comparison

Méthodes protégées

Méthode Description
AddParent ( int hash ) : void

Add parent, handle references count

RemoveParent ( int hash ) : void

Remove parent, handle references count

Method Details

AddParent() protected méthode

Add parent, handle references count
protected AddParent ( int hash ) : void
hash int
Résultat void

ComparisonResult() public méthode

Set the configuration for the comparison
public ComparisonResult ( ComparisonConfig config ) : System
config ComparisonConfig
Résultat System

RemoveParent() protected méthode

Remove parent, handle references count
protected RemoveParent ( int hash ) : void
hash int
Résultat void