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

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

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

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