C# Класс JDI_Web.Selenium.Elements.Complex.Table.Rows

Наследование: TableLine
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
AddCols ( ICell>.Dictionary result, IList headers, IList webRow, int rowNum ) : void
AddCols ( ICell>.Dictionary result, IList headers, IList webRow, string rowName ) : void

Описание методов

CellsToRow() публичный Метод

public CellsToRow ( ICollection cells ) : ICell>.Dictionary
cells ICollection
Результат ICell>.Dictionary

Get() публичный Метод

public Get ( ) : Dictionary>
Результат Dictionary>

GetRow() публичный Метод

public GetRow ( int rowNum ) : ICell>.Dictionary
rowNum int
Результат ICell>.Dictionary

GetRow() публичный Метод

public GetRow ( string rowName ) : ICell>.Dictionary
rowName string
Результат ICell>.Dictionary

GetRowAsText() публичный Метод

public GetRowAsText ( int rowNum ) : string>.Dictionary
rowNum int
Результат string>.Dictionary

GetRowAsText() публичный Метод

public GetRowAsText ( string rowName ) : string>.Dictionary
rowName string
Результат string>.Dictionary

GetRowValue() публичный Метод

public GetRowValue ( int rowNum ) : IList
rowNum int
Результат IList

GetRowValue() публичный Метод

public GetRowValue ( string rowName ) : IList
rowName string
Результат IList

Rows() публичный Метод

public Rows ( ) : System.Collections.Generic
Результат System.Collections.Generic