C# 클래스 ActivEarth.Groups.GroupDisplay

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

보호된 프로퍼티들

프로퍼티 타입 설명
ContestDisplayTable1 global::ActivEarth.Competition.Contests.ContestDisplayTable
EmptyContest global::System.Web.UI.WebControls.Label
MembersDisplayTable1 global::ActivEarth.Groups.MembersDisplayTable
PostButton global::System.Web.UI.WebControls.Button
WallDisplay1 global::ActivEarth.Groups.WallDisplay
hypSeeMore global::System.Web.UI.WebControls.HyperLink
lblActivityScore global::System.Web.UI.WebControls.Label
lblDescription global::System.Web.UI.WebControls.Label
lblGreenScore global::System.Web.UI.WebControls.Label
lblGroupName global::System.Web.UI.WebControls.Label
lblHashTags global::System.Web.UI.WebControls.Label
txbMessage global::System.Web.UI.WebControls.TextBox
txbTitle global::System.Web.UI.WebControls.TextBox

보호된 메소드들

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

Prepares the Group name, Group description, list of Hashtags, Green score and Activity Score, preview User table, Contests table, and Group 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.

PostMessage ( object sender, EventArgs e ) : void

Method called when the Post Button is clicked. Adds a Message to the Group Wall using the text in txbTitle and txbMessage and including a time stamp.

메소드 상세

Page_Load() 보호된 메소드

Prepares the Group name, Group description, list of Hashtags, Green score and Activity Score, preview User table, Contests table, and Group 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

PostMessage() 보호된 메소드

Method called when the Post Button is clicked. Adds a Message to the Group Wall using the text in txbTitle and txbMessage and including a time stamp.
protected PostMessage ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

ContestDisplayTable1 보호되어 있는 프로퍼티

ContestDisplayTable1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Contests.ContestDisplayTable ContestDisplayTable1
리턴 global::ActivEarth.Competition.Contests.ContestDisplayTable

EmptyContest 보호되어 있는 프로퍼티

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

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

PostButton 보호되어 있는 프로퍼티

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

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

hypSeeMore 보호되어 있는 프로퍼티

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

lblActivityScore 보호되어 있는 프로퍼티

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

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

lblGreenScore 보호되어 있는 프로퍼티

lblGreenScore control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblGreenScore
리턴 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

lblHashTags 보호되어 있는 프로퍼티

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

txbMessage 보호되어 있는 프로퍼티

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

txbTitle 보호되어 있는 프로퍼티

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