C# Class ActivEarth.Competition.Contests.DisplayContestPage

This class represents the display Contest page in the ActivEarth website.
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
LoadContestSignupData ( Contest contest, bool isCompeting ) : void

Loads content specific to contest Signup.

LoadDataOnPage ( ) : void

Loads the content on the page.

Method Details

JoinContest() protected méthode

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

LeaveContest() protected méthode

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

Page_Load() protected méthode

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

Property Details

ActivityScoreImage protected_oe property

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
Résultat global::System.Web.UI.WebControls.Image

ContestDescription protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

ContestLeaderBoard protected_oe property

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

ContestName protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

ContestSignUpControls protected_oe property

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
Résultat global::System.Web.UI.WebControls.Table

ContestSignUpPanel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Panel

ContestStatsTable protected_oe property

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
Résultat global::System.Web.UI.WebControls.Table

CurrentTeamsSignedUp protected_oe property

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

GroupSelection protected_oe property

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
Résultat global::System.Web.UI.WebControls.DropDownList

NoTeamsMessage protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

ProgressGraph protected_oe property

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

SignUpErrorMessage protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

TotalRewardLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

TotalTeamsLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

btnJoinContest protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button

btnLeaveContest protected_oe property

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
Résultat global::System.Web.UI.WebControls.Button