C# Class KellermanSoftware.CompareNetObjects.TypeComparers.DatasetComparer

Compare all tables and all rows in all tables
Inheritance: BaseTypeComparer
Mostrar archivo Open project: GregFinzer/Compare-Net-Objects

Public Methods

Method Description
CompareType ( CompareParms parms ) : void

Compare two data sets

DatasetComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

IsTypeMatch ( Type type1, Type type2 ) : bool

Returns true if both objects are data sets

Private Methods

Method Description
CompareEachTable ( CompareParms parms, DataSet dataSet1, DataSet dataSet2 ) : void
TableCountsDifferent ( CompareParms parms, DataSet dataSet2, DataSet dataSet1 ) : bool

Method Details

CompareType() public method

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

DatasetComparer() public method

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

IsTypeMatch() public method

Returns true if both objects are data sets
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