C# Class ActivEarth.Groups.Groups

显示文件 Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
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

Protected Methods

Method Description
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.

Method Details

CreateGroup() protected method

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
return void

Page_Load() protected method

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
return void

SearchGroups() protected method

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
return void

Property Details

CreateGroupButton protected_oe property

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
return global::System.Web.UI.WebControls.Button

EmptyGroup protected_oe property

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
return global::System.Web.UI.WebControls.Label

GroupsDisplayTable1 protected_oe property

GroupsDisplayTable1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Groups.GroupsDisplayTable GroupsDisplayTable1
return global::ActivEarth.Groups.GroupsDisplayTable

OwnedGroupsDisplayTable1 protected_oe property

OwnedGroupsDisplayTable1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Groups.OwnedGroupsDisplayTable OwnedGroupsDisplayTable1
return global::ActivEarth.Groups.OwnedGroupsDisplayTable

SearchButton protected_oe property

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
return global::System.Web.UI.WebControls.Button

searchBox protected_oe property

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
return global::System.Web.UI.WebControls.TextBox