C# 클래스 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.
상속: IComparer
파일 보기 프로젝트 열기: unruledboy/SQLMonitor

공개 메소드들

메소드 설명
Compare ( object x, object y ) : int
DataSourceRowComparer ( IComparer baseComparer ) : System.Collections

메소드 상세

Compare() 공개 메소드

public Compare ( object x, object y ) : int
x object
y object
리턴 int

DataSourceRowComparer() 공개 메소드

public DataSourceRowComparer ( IComparer baseComparer ) : System.Collections
baseComparer IComparer
리턴 System.Collections