C# 클래스 ActivEarth.Competition.Contests.TeamDisplayTable

파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 프로퍼티들

프로퍼티 타입 설명
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