C# 클래스 DeepEqual.ComplexObjectComparer

파일 보기 프로젝트 열기: jamesfoster/DeepEqual 1 사용 예제들

공개 메소드들

메소드 설명
CompareObjects ( IComparisonContext context, object source, object destination ) : ComparisonResult
ComplexObjectComparer ( IComparison inner, bool ignoreUnmatchedProperties, bool>.List ignoredProperties ) : System

비공개 메소드들

메소드 설명
HandleMissingValues ( IComparisonContext context, Lazy destinationValue, Lazy sourceValue ) : bool
IsPropertyIgnored ( ) : bool
PreparePropertyInfo ( object source, object destination ) : void
SourceAndDestinationPresent ( ) : bool

메소드 상세

CompareObjects() 공개 메소드

public CompareObjects ( IComparisonContext context, object source, object destination ) : ComparisonResult
context IComparisonContext
source object
destination object
리턴 ComparisonResult

ComplexObjectComparer() 공개 메소드

public ComplexObjectComparer ( IComparison inner, bool ignoreUnmatchedProperties, bool>.List ignoredProperties ) : System
inner IComparison
ignoreUnmatchedProperties bool
ignoredProperties bool>.List
리턴 System