C# Class KellermanSoftware.CompareNetObjects.TypeComparers.DataRowComparer

Compare all columns in a data row
Inheritance: BaseTypeComparer
ファイルを表示 Open project: GregFinzer/Compare-Net-Objects

Public Methods

Method Description
CompareType ( CompareParms parms ) : void

Compare two data rows

DataRowComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

IsTypeMatch ( Type type1, Type type2 ) : bool

Returns true if this is a DataRow

Method Details

CompareType() public method

Compare two data rows
public CompareType ( CompareParms parms ) : void
parms CompareParms
return void

DataRowComparer() public method

Constructor that takes a root comparer
public DataRowComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
return System

IsTypeMatch() public method

Returns true if this is a DataRow
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
return bool