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

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

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

Свойство Тип Описание
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