C# Class Ecolab.Pages.CommonControls.EcolabDataGrid

Inheritance: HtmlTable
Afficher le fichier Open project: geeksree/cSharpGeeks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

EcolabDataGrid() public méthode

EcolabDataGrid
public EcolabDataGrid ( Ecolab telerik, string guiMapPath ) : System
telerik Ecolab
guiMapPath string
Résultat System

EcolabDataGrid() public méthode

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.
Résultat System

EcolabDataGrid() public méthode

EcolabDataGrid - Overloaded Constructor
public EcolabDataGrid ( HtmlTable gridelement ) : System
gridelement HtmlTable
Résultat System

GetRow() public méthode

Select a specific the row based on the description
public GetRow ( string Description ) : EcolabDataGridItems
Description string The description.
Résultat EcolabDataGridItems

SelectedRows() public méthode

Selects the row based on the description
public SelectedRows ( string Description ) : List
Description string The description.
Résultat List