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

Compare all rows in a data table
상속: BaseTypeComparer
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

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

Compare two datatables

DataTableComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

IsTypeMatch ( Type type1, Type type2 ) : bool

Returns true if both objects are of type DataTable

비공개 메소드들

메소드 설명
ColumnCountsDifferent ( CompareParms parms ) : bool
CompareEachRow ( CompareParms parms ) : void

메소드 상세

CompareType() 공개 메소드

Compare two datatables
public CompareType ( CompareParms parms ) : void
parms CompareParms
리턴 void

DataTableComparer() 공개 메소드

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

IsTypeMatch() 공개 메소드

Returns true if both objects are of type DataTable
public 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