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

This class represents the display Contest page in the ActivEarth website.
Наследование: System.Web.UI.Page
Показать файл Открыть проект

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

Свойство Тип Описание
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