C# 클래스 ActivEarth.Groups.WallPage

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

보호된 프로퍼티들

프로퍼티 타입 설명
WallDisplay1 global::ActivEarth.Groups.WallDisplay
lblDescription global::System.Web.UI.WebControls.Label
lblGroupName global::System.Web.UI.WebControls.Label

보호된 메소드들

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

Prepares the wall table 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 wall table 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

프로퍼티 상세

WallDisplay1 보호되어 있는 프로퍼티

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

lblDescription 보호되어 있는 프로퍼티

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

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