C# Class ActivEarth.Competition.Contests.ContestHomePage

Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

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

Méthodes protégées

Méthode 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 méthode

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.
Résultat void

OpenFindContestsPage() protected méthode

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.
Résultat void

Page_Load() protected méthode

Loads the page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e EventArgs The event arguments.
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::ActivEarth.Competition.Contests.ContestDisplayTable