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

Common functionality for all Type Comparers
상속: BaseComparer
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects 1 사용 예제들

공개 메소드들

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

Compare the two objects

IsTypeMatch ( Type type1, Type type2 ) : bool

If true the type comparer will handle the comparison for the type

보호된 메소드들

메소드 설명
BaseTypeComparer ( RootComparer rootComparer ) : System

Protected constructor that references the root comparer

메소드 상세

BaseTypeComparer() 보호된 메소드

Protected constructor that references the root comparer
protected BaseTypeComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
리턴 System

CompareType() 공개 추상적인 메소드

Compare the two objects
public abstract CompareType ( CompareParms parms ) : void
parms CompareParms
리턴 void

IsTypeMatch() 공개 추상적인 메소드

If true the type comparer will handle the comparison for the type
public abstract IsTypeMatch ( Type type1, Type type2 ) : bool
type1 System.Type The type of the first object
type2 System.Type The type of the second object
리턴 bool