C# Класс Subtext.Web.Admin.WebUI.AdminPageTemplate

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

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

Свойство Тип Описание
AdminSection global::System.Web.UI.HtmlControls.HtmlGenericControl
BlogTitleLink global::System.Web.UI.WebControls.HyperLink
LinksActions global::Subtext.Web.Admin.WebUI.LinkList
LoggedInUser global::System.Web.UI.WebControls.Literal
LogoutLink global::System.Web.UI.WebControls.LinkButton
ScriptManager1 global::System.Web.UI.ScriptManager
actionsHeading global::System.Web.UI.WebControls.ContentPlaceHolder
categoryListHeading global::System.Web.UI.WebControls.ContentPlaceHolder
categoryListLinks global::System.Web.UI.WebControls.ContentPlaceHolder
frmMain global::System.Web.UI.HtmlControls.HtmlForm
galleryTab global::System.Web.UI.HtmlControls.HtmlGenericControl
pageContent global::System.Web.UI.WebControls.ContentPlaceHolder

Открытые методы

Метод Описание
AddToActions ( HyperLink link ) : void

Adds a hyperlink to the list of possible actions.

AddToActions ( HyperLink link, string rssFeed ) : void
AddToActions ( LinkButton button ) : void

Adds a link button to the list of possible actions.

AddToActions ( LinkButton button, string rssFeed ) : void
ClearActions ( ) : void

Clears the actions.

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Attaches the logout button event.

Page_Load ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
CreateAdminRssHyperlink ( string rssFeed ) : HyperLink
OnLogoutClick ( object sender, EventArgs e ) : void

Описание методов

AddToActions() публичный Метод

Adds a hyperlink to the list of possible actions.
public AddToActions ( HyperLink link ) : void
link HyperLink
Результат void

AddToActions() публичный Метод

public AddToActions ( HyperLink link, string rssFeed ) : void
link HyperLink
rssFeed string
Результат void

AddToActions() публичный Метод

Adds a link button to the list of possible actions.
public AddToActions ( LinkButton button ) : void
button LinkButton
Результат void

AddToActions() публичный Метод

public AddToActions ( LinkButton button, string rssFeed ) : void
button LinkButton
rssFeed string
Результат void

ClearActions() публичный Метод

Clears the actions.
public ClearActions ( ) : void
Результат void

OnInit() защищенный Метод

Attaches the logout button event.
protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

AdminSection защищенное свойство

AdminSection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl AdminSection
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

BlogTitleLink защищенное свойство

BlogTitleLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink BlogTitleLink
Результат global::System.Web.UI.WebControls.HyperLink

LinksActions защищенное свойство

LinksActions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.LinkList LinksActions
Результат global::Subtext.Web.Admin.WebUI.LinkList

LoggedInUser защищенное свойство

LoggedInUser control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal LoggedInUser
Результат global::System.Web.UI.WebControls.Literal

LogoutLink защищенное свойство

LogoutLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton LogoutLink
Результат global::System.Web.UI.WebControls.LinkButton

ScriptManager1 защищенное свойство

ScriptManager1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.ScriptManager ScriptManager1
Результат global::System.Web.UI.ScriptManager

actionsHeading защищенное свойство

actionsHeading control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder actionsHeading
Результат global::System.Web.UI.WebControls.ContentPlaceHolder

categoryListHeading защищенное свойство

categoryListHeading control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder categoryListHeading
Результат global::System.Web.UI.WebControls.ContentPlaceHolder

categoryListLinks защищенное свойство

categoryListLinks control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder categoryListLinks
Результат global::System.Web.UI.WebControls.ContentPlaceHolder

frmMain защищенное свойство

frmMain control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm frmMain
Результат global::System.Web.UI.HtmlControls.HtmlForm

galleryTab защищенное свойство

galleryTab control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl galleryTab
Результат global::System.Web.UI.HtmlControls.HtmlGenericControl

pageContent защищенное свойство

pageContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder pageContent
Результат global::System.Web.UI.WebControls.ContentPlaceHolder