C# 클래스 ActivEarth.Groups.MembersPage

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

보호된 프로퍼티들

프로퍼티 타입 설명
MembersDisplayTable1 global::ActivEarth.Groups.MembersDisplayTable
lblGroupName global::System.Web.UI.WebControls.Label

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

Prepares the table of members to display when the page loads. Redirects the user if they have not signed in or if a Group ID has not been provided.

메소드 상세

Page_Load() 보호된 메소드

Prepares the table of members to display when the page loads. Redirects the user if they have not signed in or if a Group ID has not been provided.
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

MembersDisplayTable1 보호되어 있는 프로퍼티

MembersDisplayTable1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Groups.MembersDisplayTable MembersDisplayTable1
리턴 global::ActivEarth.Groups.MembersDisplayTable

lblGroupName 보호되어 있는 프로퍼티

lblGroupName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblGroupName
리턴 global::System.Web.UI.WebControls.Label