C# 클래스 Subtext.Web.Admin.WebUI.AdminPageTemplate

파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
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