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

This class represents the display Contest page in the ActivEarth website.
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 프로퍼티들

프로퍼티 타입 설명
ActivityScoreImage global::System.Web.UI.WebControls.Image
ContestDescription global::System.Web.UI.WebControls.Label
ContestLeaderBoard global::ActivEarth.Competition.Contests.LeaderBoard
ContestName global::System.Web.UI.WebControls.Label
ContestSignUpControls global::System.Web.UI.WebControls.Table
ContestSignUpPanel global::System.Web.UI.WebControls.Panel
ContestStatsTable global::System.Web.UI.WebControls.Table
CurrentTeamsSignedUp global::ActivEarth.Competition.Contests.TeamDisplayTable
GroupSelection global::System.Web.UI.WebControls.DropDownList
NoTeamsMessage global::System.Web.UI.WebControls.Label
ProgressGraph global::ActivEarth.Competition.Contests.ContestTimeGraph
SignUpErrorMessage global::System.Web.UI.WebControls.Label
TotalRewardLabel global::System.Web.UI.WebControls.Label
TotalTeamsLabel global::System.Web.UI.WebControls.Label
btnJoinContest global::System.Web.UI.WebControls.Button
btnLeaveContest global::System.Web.UI.WebControls.Button

보호된 메소드들

메소드 설명
JoinContest ( object sender, EventArgs e ) : void

Adds a team to the contest.

LeaveContest ( object sender, EventArgs e ) : void

Removes a team from a contest.

Page_Load ( object sender, EventArgs e ) : void

Loads the page.

비공개 메소드들

메소드 설명
LoadContestSignupData ( Contest contest, bool isCompeting ) : void

Loads content specific to contest Signup.

LoadDataOnPage ( ) : void

Loads the content on the page.

메소드 상세

JoinContest() 보호된 메소드

Adds a team to the contest.
protected JoinContest ( object sender, EventArgs e ) : void
sender object Sender of the event.
e System.EventArgs Event args.
리턴 void

LeaveContest() 보호된 메소드

Removes a team from a contest.
protected LeaveContest ( object sender, EventArgs e ) : void
sender object Sender of the event.
e System.EventArgs Event args.
리턴 void

Page_Load() 보호된 메소드

Loads the page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Sender of the event.
e System.EventArgs The Event Args.
리턴 void

프로퍼티 상세

ActivityScoreImage 보호되어 있는 프로퍼티

ActivityScoreImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image ActivityScoreImage
리턴 global::System.Web.UI.WebControls.Image

ContestDescription 보호되어 있는 프로퍼티

ContestDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ContestDescription
리턴 global::System.Web.UI.WebControls.Label

ContestLeaderBoard 보호되어 있는 프로퍼티

ContestLeaderBoard control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Contests.LeaderBoard ContestLeaderBoard
리턴 global::ActivEarth.Competition.Contests.LeaderBoard

ContestName 보호되어 있는 프로퍼티

ContestName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label ContestName
리턴 global::System.Web.UI.WebControls.Label

ContestSignUpControls 보호되어 있는 프로퍼티

ContestSignUpControls control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table ContestSignUpControls
리턴 global::System.Web.UI.WebControls.Table

ContestSignUpPanel 보호되어 있는 프로퍼티

ContestSignUpPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel ContestSignUpPanel
리턴 global::System.Web.UI.WebControls.Panel

ContestStatsTable 보호되어 있는 프로퍼티

ContestStatsTable control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table ContestStatsTable
리턴 global::System.Web.UI.WebControls.Table

CurrentTeamsSignedUp 보호되어 있는 프로퍼티

CurrentTeamsSignedUp control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Contests.TeamDisplayTable CurrentTeamsSignedUp
리턴 global::ActivEarth.Competition.Contests.TeamDisplayTable

GroupSelection 보호되어 있는 프로퍼티

GroupSelection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList GroupSelection
리턴 global::System.Web.UI.WebControls.DropDownList

NoTeamsMessage 보호되어 있는 프로퍼티

NoTeamsMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label NoTeamsMessage
리턴 global::System.Web.UI.WebControls.Label

ProgressGraph 보호되어 있는 프로퍼티

ProgressGraph control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Contests.ContestTimeGraph ProgressGraph
리턴 global::ActivEarth.Competition.Contests.ContestTimeGraph

SignUpErrorMessage 보호되어 있는 프로퍼티

SignUpErrorMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SignUpErrorMessage
리턴 global::System.Web.UI.WebControls.Label

TotalRewardLabel 보호되어 있는 프로퍼티

TotalRewardLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label TotalRewardLabel
리턴 global::System.Web.UI.WebControls.Label

TotalTeamsLabel 보호되어 있는 프로퍼티

TotalTeamsLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label TotalTeamsLabel
리턴 global::System.Web.UI.WebControls.Label

btnJoinContest 보호되어 있는 프로퍼티

btnJoinContest control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnJoinContest
리턴 global::System.Web.UI.WebControls.Button

btnLeaveContest 보호되어 있는 프로퍼티

btnLeaveContest control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnLeaveContest
리턴 global::System.Web.UI.WebControls.Button