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

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

보호된 프로퍼티들

프로퍼티 타입 설명
SearchResults global::ActivEarth.Competition.Contests.ContestDisplayTable
btnFindContests global::System.Web.UI.WebControls.Button
chkExactMatch global::System.Web.UI.WebControls.CheckBox
lblContestName global::System.Web.UI.WebControls.Label
lblExactMatch global::System.Web.UI.WebControls.Label
lblNoResultsFound global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Label
txtSearchText global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
ExecuteSearch ( object sender, EventArgs e ) : void

Queries the database for contest based on the search text.

Page_Load ( object sender, EventArgs e ) : void

Loas the page.

메소드 상세

ExecuteSearch() 보호된 메소드

Queries the database for contest based on the search text.
protected ExecuteSearch ( object sender, EventArgs e ) : void
sender object Sender of the event.
e EventArgs The event arguments.
리턴 void

Page_Load() 보호된 메소드

Loas the page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that sent the page request.
e EventArgs Event arguments.
리턴 void

프로퍼티 상세

SearchResults 보호되어 있는 프로퍼티

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

btnFindContests 보호되어 있는 프로퍼티

btnFindContests control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnFindContests
리턴 global::System.Web.UI.WebControls.Button

chkExactMatch 보호되어 있는 프로퍼티

chkExactMatch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkExactMatch
리턴 global::System.Web.UI.WebControls.CheckBox

lblContestName 보호되어 있는 프로퍼티

lblContestName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblContestName
리턴 global::System.Web.UI.WebControls.Label

lblExactMatch 보호되어 있는 프로퍼티

lblExactMatch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblExactMatch
리턴 global::System.Web.UI.WebControls.Label

lblNoResultsFound 보호되어 있는 프로퍼티

lblNoResultsFound control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblNoResultsFound
리턴 global::System.Web.UI.WebControls.Label

lblTitle 보호되어 있는 프로퍼티

lblTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblTitle
리턴 global::System.Web.UI.WebControls.Label

txtSearchText 보호되어 있는 프로퍼티

txtSearchText control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSearchText
리턴 global::System.Web.UI.WebControls.TextBox