C# 클래스 ActivEarth.Groups.Groups

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

보호된 프로퍼티들

프로퍼티 타입 설명
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