C# Класс ActivEarth.Competition.Contests.TeamDisplayTable

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
TeamTable global::System.Web.UI.WebControls.Table

Открытые методы

Метод Описание
PopulateTeamTable ( List teams, Color backColors, Color textColors ) : void

Populates the Team table with the team names that are given.

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
MakeRowForTable ( string teamName, Color backColor, Color textColor ) : TableRow

Creates a row for the team table.

MakeTextCellForRow ( string name, Color textColor ) : TableCell

Creates a new cell for a table with the name of the team.

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

PopulateTeamTable() публичный Метод

Populates the Team table with the team names that are given.
public PopulateTeamTable ( List teams, Color backColors, Color textColors ) : void
teams List The teams to display.
backColors Color The backcolors to use for rows.
textColors Color The text colors used for rows.
Результат void

Описание свойств

TeamTable защищенное свойство

TeamTable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table TeamTable
Результат global::System.Web.UI.WebControls.Table