C# Class ActivEarth.Groups.GroupDisplay

Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
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.

Method Details

Page_Load() protected méthode

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
Résultat void

PostMessage() protected méthode

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
Résultat void

Property Details

ContestDisplayTable1 protected_oe property

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

EmptyContest protected_oe property

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

MembersDisplayTable1 protected_oe property

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

PostButton protected_oe property

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

WallDisplay1 protected_oe property

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

hypSeeMore protected_oe property

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
Résultat global::System.Web.UI.WebControls.HyperLink

lblActivityScore protected_oe property

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

lblDescription protected_oe property

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

lblGreenScore protected_oe property

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

lblGroupName protected_oe property

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

lblHashTags protected_oe property

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

txbMessage protected_oe property

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

txbTitle protected_oe property

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