C# Класс Ecolab.Pages.CommonControls.EcolabDataGridItems

Наследование: HtmlTableRow
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EcolabDataGridItems ( ) : System

Constructor

EcolabDataGridItems ( HtmlTableRow gridelement ) : System

Overloaded Constructor

GetButtonControls ( ) : List

Gets the button controls.

GetButtons ( ) : IList

GetControls method returns the list of the subcontrols of the cell

GetColumnValues ( ) : ReadOnlyCollection

GetColumnValues method returns the collection of all the value of the given row

GetEditableControls ( ) : List

GetControls method returns the list of the subcontrols of the cell

Описание методов

EcolabDataGridItems() публичный Метод

Constructor
public EcolabDataGridItems ( ) : System
Результат System

EcolabDataGridItems() публичный Метод

Overloaded Constructor
public EcolabDataGridItems ( HtmlTableRow gridelement ) : System
gridelement HtmlTableRow
Результат System

GetButtonControls() публичный Метод

Gets the button controls.
public GetButtonControls ( ) : List
Результат List

GetButtons() публичный Метод

GetControls method returns the list of the subcontrols of the cell
public GetButtons ( ) : IList
Результат IList

GetColumnValues() публичный Метод

GetColumnValues method returns the collection of all the value of the given row
public GetColumnValues ( ) : ReadOnlyCollection
Результат ReadOnlyCollection

GetEditableControls() публичный Метод

GetControls method returns the list of the subcontrols of the cell
public GetEditableControls ( ) : List
Результат List