C# 클래스 KellermanSoftware.CompareNetObjects.ComparisonResult

Details about the comparison
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects 1 사용 예제들

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