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

Mostrar archivo Open project: ayende/Subtext

Protected Properties

Property 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

Public Methods

Method 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.

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Attaches the logout button event.

Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
CreateAdminRssHyperlink ( string rssFeed ) : HyperLink
OnLogoutClick ( object sender, EventArgs e ) : void

Method Details

AddToActions() public method

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

AddToActions() public method

public AddToActions ( HyperLink link, string rssFeed ) : void
link HyperLink
rssFeed string
return void

AddToActions() public method

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

AddToActions() public method

public AddToActions ( LinkButton button, string rssFeed ) : void
button LinkButton
rssFeed string
return void

ClearActions() public method

Clears the actions.
public ClearActions ( ) : void
return void

OnInit() protected method

Attaches the logout button event.
protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.ContentPlaceHolder