C# 클래스 KellermanSoftware.CompareNetObjects.TypeComparers.PropertyComparer

Compare two properties (Note inherits from BaseComparer instead of TypeComparer
상속: BaseComparer
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects 1 사용 예제들

공개 메소드들

메소드 설명
PerformCompareProperties ( CompareParms parms ) : void

Compare the properties of a class

PropertyComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

비공개 메소드들

메소드 설명
CompareProperty ( CompareParms parms, PropertyInfo info ) : void

Compare a single property of a class

GetCurrentProperties ( CompareParms parms ) : IEnumerable
GetSecondObjectInfo ( CompareParms parms, PropertyInfo info ) : PropertyInfo
IsValidIndexer ( ComparisonConfig config, PropertyInfo info, string breadCrumb ) : bool

메소드 상세

PerformCompareProperties() 공개 메소드

Compare the properties of a class
public PerformCompareProperties ( CompareParms parms ) : void
parms CompareParms
리턴 void

PropertyComparer() 공개 메소드

Constructor that takes a root comparer
public PropertyComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
리턴 System