C# Class Subtext.Web.Admin.WebUI.AdminPageTemplate

Afficher le fichier Open project: ayende/Subtext

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Attaches the logout button event.

Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
CreateAdminRssHyperlink ( string rssFeed ) : HyperLink
OnLogoutClick ( object sender, EventArgs e ) : void

Method Details

AddToActions() public méthode

Adds a hyperlink to the list of possible actions.
public AddToActions ( HyperLink link ) : void
link HyperLink
Résultat void

AddToActions() public méthode

public AddToActions ( HyperLink link, string rssFeed ) : void
link HyperLink
rssFeed string
Résultat void

AddToActions() public méthode

Adds a link button to the list of possible actions.
public AddToActions ( LinkButton button ) : void
button LinkButton
Résultat void

AddToActions() public méthode

public AddToActions ( LinkButton button, string rssFeed ) : void
button LinkButton
rssFeed string
Résultat void

ClearActions() public méthode

Clears the actions.
public ClearActions ( ) : void
Résultat void

OnInit() protected méthode

Attaches the logout button event.
protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

AdminSection protected_oe property

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

BlogTitleLink protected_oe property

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

LinksActions protected_oe property

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
Résultat global::Subtext.Web.Admin.WebUI.LinkList

LoggedInUser protected_oe property

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

LogoutLink protected_oe property

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

ScriptManager1 protected_oe property

ScriptManager1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.ScriptManager ScriptManager1
Résultat global::System.Web.UI.ScriptManager

actionsHeading protected_oe property

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

categoryListHeading protected_oe property

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

categoryListLinks protected_oe property

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

frmMain protected_oe property

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

galleryTab protected_oe property

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

pageContent protected_oe property

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