C# Class Xnlab.SQLMon.Controls.OutlookGrid.DataSourceRowComparer

because the DataSourceRow class is a wrapper class around the real data, the compared object used to sort the real data is wrapped by this DataSourceRowComparer class.
Inheritance: IComparer
Datei anzeigen Open project: unruledboy/SQLMonitor

Public Methods

Method Description
Compare ( object x, object y ) : int
DataSourceRowComparer ( IComparer baseComparer ) : System.Collections

Method Details

Compare() public method

public Compare ( object x, object y ) : int
x object
y object
return int

DataSourceRowComparer() public method

public DataSourceRowComparer ( IComparer baseComparer ) : System.Collections
baseComparer IComparer
return System.Collections