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

Inheritance: TableLine
Afficher le fichier Open project: epam/JDI Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CellsToRow ( ICollection cells ) : ICell>.Dictionary
cells ICollection
Résultat ICell>.Dictionary

Get() public méthode

public Get ( ) : Dictionary>
Résultat Dictionary>

GetRow() public méthode

public GetRow ( int rowNum ) : ICell>.Dictionary
rowNum int
Résultat ICell>.Dictionary

GetRow() public méthode

public GetRow ( string rowName ) : ICell>.Dictionary
rowName string
Résultat ICell>.Dictionary

GetRowAsText() public méthode

public GetRowAsText ( int rowNum ) : string>.Dictionary
rowNum int
Résultat string>.Dictionary

GetRowAsText() public méthode

public GetRowAsText ( string rowName ) : string>.Dictionary
rowName string
Résultat string>.Dictionary

GetRowValue() public méthode

public GetRowValue ( int rowNum ) : IList
rowNum int
Résultat IList

GetRowValue() public méthode

public GetRowValue ( string rowName ) : IList
rowName string
Résultat IList

Rows() public méthode

public Rows ( ) : System.Collections.Generic
Résultat System.Collections.Generic