C# Класс ActivEarth.Groups.GroupDisplay

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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