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

Afficher le fichier Open project: epam/JDI Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public TableSettings ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TableSettings() public méthode

public TableSettings ( List columnHeaders, List rowHeaders ) : System.Collections.Generic
columnHeaders List
rowHeaders List
Résultat System.Collections.Generic

TableSettings() public méthode

public TableSettings ( bool columnHasHeaders, bool rowHasHeaders ) : System.Collections.Generic
columnHasHeaders bool
rowHasHeaders bool
Résultat System.Collections.Generic

TableSettings() public méthode

public TableSettings ( int columnsCount, int rowsCount ) : System.Collections.Generic
columnsCount int
rowsCount int
Résultat System.Collections.Generic