C# 클래스 JDI_Web.Selenium.Elements.Complex.Table.Rows

상속: TableLine
파일 보기 프로젝트 열기: epam/JDI 1 사용 예제들

공개 메소드들

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