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
Afficher le fichier Open project: unruledboy/SQLMonitor

Méthodes publiques

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

Method Details

Compare() public méthode

public Compare ( object x, object y ) : int
x object
y object
Résultat int

DataSourceRowComparer() public méthode

public DataSourceRowComparer ( IComparer baseComparer ) : System.Collections
baseComparer IComparer
Résultat System.Collections