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

ファイルを表示 Open project: epam/JDI Class Usage Examples

Public Methods

Method Description
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

Method Details

TableSettings() public method

public TableSettings ( ) : System.Collections.Generic
return System.Collections.Generic

TableSettings() public method

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

TableSettings() public method

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

TableSettings() public method

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