C# 클래스 Ecolab.Pages.CommonControls.EcolabDataGrid

상속: HtmlTable
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

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