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

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

공개 메소드들

메소드 설명
TableSettings ( ) : System.Collections.Generic
TableSettings ( List columnHeaders, List rowHeaders ) : System.Collections.Generic
TableSettings ( bool columnHasHeaders, bool rowHasHeaders ) : System.Collections.Generic
TableSettings ( int columnsCount, int rowsCount ) : System.Collections.Generic

메소드 상세

TableSettings() 공개 메소드

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

TableSettings() 공개 메소드

public TableSettings ( List columnHeaders, List rowHeaders ) : System.Collections.Generic
columnHeaders List
rowHeaders List
리턴 System.Collections.Generic

TableSettings() 공개 메소드

public TableSettings ( bool columnHasHeaders, bool rowHasHeaders ) : System.Collections.Generic
columnHasHeaders bool
rowHasHeaders bool
리턴 System.Collections.Generic

TableSettings() 공개 메소드

public TableSettings ( int columnsCount, int rowsCount ) : System.Collections.Generic
columnsCount int
rowsCount int
리턴 System.Collections.Generic