C# Класс ActivEarth.Groups.GroupsSearch

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

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

Свойство Тип Описание
SearchButton global::System.Web.UI.WebControls.Button
SearchGroupsDisplayTable1 global::ActivEarth.Groups.GroupsDisplayTable
searchBox global::System.Web.UI.WebControls.TextBox

Защищенные методы

Метод Описание
ListUnion_NoRepeats ( List list1, List list2 ) : List

Returns the Union of the two List of Groups, with no repeating Groups. Each search term is separately queried and this method combines those lists.

Page_Load ( object sender, EventArgs e ) : void

Prepares the relevant group table to display when the page loads. Redirects the user if they have not signed in or if a search term has not been provided.

SearchGroups ( object sender, EventArgs e ) : void

Method called when the Search button is clicked. Redirects the user to a new Search page using the text in the searchBox as the search term.

Описание методов

ListUnion_NoRepeats() защищенный Метод

Returns the Union of the two List of Groups, with no repeating Groups. Each search term is separately queried and this method combines those lists.
protected ListUnion_NoRepeats ( List list1, List list2 ) : List
list1 List The list of Groups for the first search term
list2 List The list of Groups for the second search term
Результат List

Page_Load() защищенный Метод

Prepares the relevant group table to display when the page loads. Redirects the user if they have not signed in or if a search term has not been provided.
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

SearchGroups() защищенный Метод

Method called when the Search button is clicked. Redirects the user to a new Search page using the text in the searchBox as the search term.
protected SearchGroups ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

SearchButton защищенное свойство

SearchButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button SearchButton
Результат global::System.Web.UI.WebControls.Button

SearchGroupsDisplayTable1 защищенное свойство

SearchGroupsDisplayTable1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Groups.GroupsDisplayTable SearchGroupsDisplayTable1
Результат global::ActivEarth.Groups.GroupsDisplayTable

searchBox защищенное свойство

searchBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox searchBox
Результат global::System.Web.UI.WebControls.TextBox