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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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