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

상속: HtmlTableRow
파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

공개 메소드들

메소드 설명
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