C# Class ActivEarth.Competition.Contests.ContestHomePage

显示文件 Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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.

Method Details

OpenCreateContestPage() protected method

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.
return void

OpenFindContestsPage() protected method

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.
return void

Page_Load() protected method

Loads the page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e EventArgs The event arguments.
return void

Property Details

btnCreateContest protected_oe property

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

btnPanel protected_oe property

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

btnSearchContests protected_oe property

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

displayCurrentContests protected_oe property

displayCurrentContests control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Contests.ContestDisplayTable displayCurrentContests
return global::ActivEarth.Competition.Contests.ContestDisplayTable