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

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

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

Свойство Тип Описание
btnCreateContest global::System.Web.UI.WebControls.Button
btnPanel global::System.Web.UI.WebControls.Table
btnSearchContests global::System.Web.UI.WebControls.Button
displayCurrentContests global::ActivEarth.Competition.Contests.ContestDisplayTable

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

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

Event handler for the Create contest button. Opens the create contest page.

OpenFindContestsPage ( object sender, EventArgs e ) : void

Event handler for the Find contest button. Opens the Find contest page.

Page_Load ( object sender, EventArgs e ) : void

Loads the page.

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

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

Event handler for the Create contest button. Opens the create contest page.
protected OpenCreateContestPage ( object sender, EventArgs e ) : void
sender object Object that raised the event.
e EventArgs The event arguments.
Результат void

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

Event handler for the Find contest button. Opens the Find contest page.
protected OpenFindContestsPage ( object sender, EventArgs e ) : void
sender object Object that raised the event.
e EventArgs The event arguments.
Результат void

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

Loads the page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e EventArgs The event arguments.
Результат void

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

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

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

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

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

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

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

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

displayCurrentContests control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Contests.ContestDisplayTable displayCurrentContests
Результат global::ActivEarth.Competition.Contests.ContestDisplayTable