C# Class Ecolab.Pages.CommonControls.EcolabDataGridItems

Inheritance: HtmlTableRow
Exibir arquivo Open project: geeksree/cSharpGeeks Class Usage Examples

Public Methods

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

Method Details

EcolabDataGridItems() public method

Constructor
public EcolabDataGridItems ( ) : System
return System

EcolabDataGridItems() public method

Overloaded Constructor
public EcolabDataGridItems ( HtmlTableRow gridelement ) : System
gridelement HtmlTableRow
return System

GetButtonControls() public method

Gets the button controls.
public GetButtonControls ( ) : List
return List

GetButtons() public method

GetControls method returns the list of the subcontrols of the cell
public GetButtons ( ) : IList
return IList

GetColumnValues() public method

GetColumnValues method returns the collection of all the value of the given row
public GetColumnValues ( ) : ReadOnlyCollection
return ReadOnlyCollection

GetEditableControls() public method

GetControls method returns the list of the subcontrols of the cell
public GetEditableControls ( ) : List
return List