C# Class JDI_Web.Selenium.Elements.Complex.Table.Rows

Inheritance: TableLine
ファイルを表示 Open project: epam/JDI Class Usage Examples

Public Methods

Method Description
CellsToRow ( ICollection cells ) : ICell>.Dictionary
Get ( ) : Dictionary>
GetRow ( int rowNum ) : ICell>.Dictionary
GetRow ( string rowName ) : ICell>.Dictionary
GetRowAsText ( int rowNum ) : string>.Dictionary
GetRowAsText ( string rowName ) : string>.Dictionary
GetRowValue ( int rowNum ) : IList
GetRowValue ( string rowName ) : IList
Rows ( ) : System.Collections.Generic

Private Methods

Method Description
AddCols ( ICell>.Dictionary result, IList headers, IList webRow, int rowNum ) : void
AddCols ( ICell>.Dictionary result, IList headers, IList webRow, string rowName ) : void

Method Details

CellsToRow() public method

public CellsToRow ( ICollection cells ) : ICell>.Dictionary
cells ICollection
return ICell>.Dictionary

Get() public method

public Get ( ) : Dictionary>
return Dictionary>

GetRow() public method

public GetRow ( int rowNum ) : ICell>.Dictionary
rowNum int
return ICell>.Dictionary

GetRow() public method

public GetRow ( string rowName ) : ICell>.Dictionary
rowName string
return ICell>.Dictionary

GetRowAsText() public method

public GetRowAsText ( int rowNum ) : string>.Dictionary
rowNum int
return string>.Dictionary

GetRowAsText() public method

public GetRowAsText ( string rowName ) : string>.Dictionary
rowName string
return string>.Dictionary

GetRowValue() public method

public GetRowValue ( int rowNum ) : IList
rowNum int
return IList

GetRowValue() public method

public GetRowValue ( string rowName ) : IList
rowName string
return IList

Rows() public method

public Rows ( ) : System.Collections.Generic
return System.Collections.Generic