C# Class Ecolab.Pages.CommonControls.EcolabDataGrid

Inheritance: HtmlTable
Exibir arquivo Open project: geeksree/cSharpGeeks

Private Properties

Property Type Description

Public Methods

Method 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 method

EcolabDataGrid
public EcolabDataGrid ( Ecolab telerik, string guiMapPath ) : System
telerik Ecolab
guiMapPath string
return System

EcolabDataGrid() public method

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.
return System

EcolabDataGrid() public method

EcolabDataGrid - Overloaded Constructor
public EcolabDataGrid ( HtmlTable gridelement ) : System
gridelement HtmlTable
return System

GetRow() public method

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

SelectedRows() public method

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