C# Класс KellermanSoftware.CompareNetObjects.ComparisonResult

Details about the comparison
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ComparisonResult ( ComparisonConfig config ) : System

Set the configuration for the comparison

Защищенные методы

Метод Описание
AddParent ( int hash ) : void

Add parent, handle references count

RemoveParent ( int hash ) : void

Remove parent, handle references count

Описание методов

AddParent() защищенный Метод

Add parent, handle references count
protected AddParent ( int hash ) : void
hash int
Результат void

ComparisonResult() публичный Метод

Set the configuration for the comparison
public ComparisonResult ( ComparisonConfig config ) : System
config ComparisonConfig
Результат System

RemoveParent() защищенный Метод

Remove parent, handle references count
protected RemoveParent ( int hash ) : void
hash int
Результат void