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

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

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

Свойство Тип Описание
CreateGroupButton global::System.Web.UI.WebControls.Button
EmptyGroup global::System.Web.UI.WebControls.Label
GroupsDisplayTable1 global::ActivEarth.Groups.GroupsDisplayTable
OwnedGroupsDisplayTable1 global::ActivEarth.Groups.OwnedGroupsDisplayTable
SearchButton global::System.Web.UI.WebControls.Button
searchBox global::System.Web.UI.WebControls.TextBox

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

Метод Описание
CreateGroup ( object sender, EventArgs e ) : void

Method called when the Create Group Button is clicked. Redirects the User to the Create Group page.

Page_Load ( object sender, EventArgs e ) : void

Prepares the Groups table and Owned Groups table when the page loads. Redirects the user if they have not signed in.

SearchGroups ( object sender, EventArgs e ) : void

Method called when the Search Button is clicked. Redirects the User to the Search Groups page using the Text in the searchBox as the search terms.

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

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

Method called when the Create Group Button is clicked. Redirects the User to the Create Group page.
protected CreateGroup ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

Prepares the Groups table and Owned Groups table when the page loads. Redirects the user if they have not signed in.
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 the Search Groups page using the Text in the searchBox as the search terms.
protected SearchGroups ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

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

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

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

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

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

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

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

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

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

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