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

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( object val ) : int
val object
Résultat int

DataSourceRow() public méthode

public DataSourceRow ( DataSourceManager manager, object boundItem ) : System.Collections
manager DataSourceManager
boundItem object
Résultat System.Collections

this() public méthode

public this ( int index ) : object
index int
Résultat object