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

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

공개 메소드들

메소드 설명
CellsToColumn ( IEnumerable cells ) : ICell>.Dictionary
Columns ( ) : System.Collections.Generic
Get ( ) : Dictionary>
GetColumn ( int colNum ) : ICell>.Dictionary
GetColumn ( string colName ) : ICell>.Dictionary
GetColumnAsText ( int colNum ) : string>.Dictionary
GetColumnAsText ( string colName ) : string>.Dictionary
GetColumnValue ( int colNum ) : IList
GetColumnValue ( string colName ) : IList

비공개 메소드들

메소드 설명
AddRows ( ICell>.Dictionary result, IList headers, IList webColumn, int colNum ) : void
AddRows ( ICell>.Dictionary result, IList headers, IList webColumn, string colName ) : void

메소드 상세

CellsToColumn() 공개 메소드

public CellsToColumn ( IEnumerable cells ) : ICell>.Dictionary
cells IEnumerable
리턴 ICell>.Dictionary

Columns() 공개 메소드

public Columns ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Get() 공개 메소드

public Get ( ) : Dictionary>
리턴 Dictionary>

GetColumn() 공개 메소드

public GetColumn ( int colNum ) : ICell>.Dictionary
colNum int
리턴 ICell>.Dictionary

GetColumn() 공개 메소드

public GetColumn ( string colName ) : ICell>.Dictionary
colName string
리턴 ICell>.Dictionary

GetColumnAsText() 공개 메소드

public GetColumnAsText ( int colNum ) : string>.Dictionary
colNum int
리턴 string>.Dictionary

GetColumnAsText() 공개 메소드

public GetColumnAsText ( string colName ) : string>.Dictionary
colName string
리턴 string>.Dictionary

GetColumnValue() 공개 메소드

public GetColumnValue ( int colNum ) : IList
colNum int
리턴 IList

GetColumnValue() 공개 메소드

public GetColumnValue ( string colName ) : IList
colName string
리턴 IList