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

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

Private Properties

Свойство Тип Описание

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

Метод Описание
EcolabDataGrid ( Ecolab telerik, string guiMapPath ) : System

EcolabDataGrid

EcolabDataGrid ( Ecolab telerik, string guiMapPath, string gridType ) : System

Initializes a new instance of the EcolabDataGrid class.

EcolabDataGrid ( HtmlTable gridelement ) : System

EcolabDataGrid - Overloaded Constructor

GetRow ( string Description ) : EcolabDataGridItems

Select a specific the row based on the description

SelectedRows ( string Description ) : List

Selects the row based on the description

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

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

EcolabDataGrid
public EcolabDataGrid ( Ecolab telerik, string guiMapPath ) : System
telerik Ecolab
guiMapPath string
Результат System

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

Initializes a new instance of the EcolabDataGrid class.
public EcolabDataGrid ( Ecolab telerik, string guiMapPath, string gridType ) : System
telerik Ecolab The telerik.
guiMapPath string The GUI map path.
gridType string Type of the grid.
Результат System

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

EcolabDataGrid - Overloaded Constructor
public EcolabDataGrid ( HtmlTable gridelement ) : System
gridelement HtmlTable
Результат System

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

Select a specific the row based on the description
public GetRow ( string Description ) : EcolabDataGridItems
Description string The description.
Результат EcolabDataGridItems

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

Selects the row based on the description
public SelectedRows ( string Description ) : List
Description string The description.
Результат List