C# 클래스 Xnlab.SQLMon.Controls.OutlookGrid.DataSourceRow

The DataSourceRow is a wrapper row class around the real bound data. This row is an abstraction so different types of data can be encaptulated in this class, although for the OutlookGrid it will simply look as one type of data. Note: this class does not implement all row wrappers optimally. It is merely used for demonstration purposes
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: unruledboy/SQLMonitor 1 사용 예제들

공개 메소드들

메소드 설명
Add ( object val ) : int
DataSourceRow ( DataSourceManager manager, object boundItem ) : System.Collections
this ( int index ) : object

메소드 상세

Add() 공개 메소드

public Add ( object val ) : int
val object
리턴 int

DataSourceRow() 공개 메소드

public DataSourceRow ( DataSourceManager manager, object boundItem ) : System.Collections
manager DataSourceManager
boundItem object
리턴 System.Collections

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object