C# 클래스 ActivEarth.Competition.Contests.ContestHomePage

파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 프로퍼티들

프로퍼티 타입 설명
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