C# Class 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
Inheritance: System.Collections.CollectionBase
Mostrar archivo Open project: unruledboy/SQLMonitor Class Usage Examples

Public Methods

Method Description
Add ( object val ) : int
DataSourceRow ( DataSourceManager manager, object boundItem ) : System.Collections
this ( int index ) : object

Method Details

Add() public method

public Add ( object val ) : int
val object
return int

DataSourceRow() public method

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

this() public method

public this ( int index ) : object
index int
return object