C# Class Subtext.Web.Admin.Pages.EditLinks

Inheritance: Subtext.Web.Admin.Pages.AdminPage
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
Edit global::System.Web.UI.WebControls.PlaceHolder
ImportExport global::Subtext.Web.Admin.WebUI.AdvancedPanel
Messages global::Subtext.Web.Admin.WebUI.MessagePanel
OpmlImportFile global::System.Web.UI.HtmlControls.HtmlInputFile
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
Requiredfieldvalidator2 global::System.Web.UI.WebControls.RequiredFieldValidator
categoryLinks global::Subtext.Web.Admin.UserControls.CategoryLinkList
chkNewWindow global::System.Web.UI.WebControls.CheckBox
ckbIsActive global::System.Web.UI.WebControls.CheckBox
cklCategories System.Web.UI.WebControls.CheckBoxList
ddlCategories global::System.Web.UI.WebControls.DropDownList
ddlImportExportCategories global::System.Web.UI.WebControls.DropDownList
headerLiteral global::System.Web.UI.HtmlControls.HtmlGenericControl
lblEntryID global::System.Web.UI.WebControls.Label
lkbCancel global::System.Web.UI.WebControls.Button
lkbImportOpml global::System.Web.UI.WebControls.Button
lkbPost global::System.Web.UI.WebControls.Button
resultsPager global::Subtext.Web.Controls.PagingControl
rprSelectionList global::System.Web.UI.WebControls.Repeater
txbRss global::System.Web.UI.WebControls.TextBox
txbTitle global::System.Web.UI.WebControls.TextBox
txbUrl global::System.Web.UI.WebControls.TextBox
txtXfn global::System.Web.UI.WebControls.TextBox

Private Properties

Property Type Description
BindLinkEdit void
BindList void
BindLocalUI void
ConfirmDelete void
ImportOpml void
InitializeComponent void
ResetPostEdit void
UpdateLink void
lkbNewLink_Click void
rprSelectionList_ItemCommand void

Public Methods

Method Description
BindLinkCategories ( ) : void
CheckHiddenStyle ( ) : string
EditLinks ( ) : System

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
lkbCancel_Click ( object sender, System e ) : void
lkbImportOpml_Click ( object sender, System e ) : void
lkbPost_Click ( object sender, System e ) : void

Private Methods

Method Description
BindLinkEdit ( ) : void
BindList ( ) : void
BindLocalUI ( ) : void
ConfirmDelete ( int linkID, string linkTitle ) : void
ImportOpml ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ResetPostEdit ( bool showEdit ) : void
UpdateLink ( ) : void
lkbNewLink_Click ( object sender, System e ) : void
rprSelectionList_ItemCommand ( object source, System e ) : void

Method Details

BindLinkCategories() public method

public BindLinkCategories ( ) : void
return void

CheckHiddenStyle() public method

public CheckHiddenStyle ( ) : string
return string

EditLinks() public method

public EditLinks ( ) : System
return System

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, System e ) : void
sender object
e System
return void

lkbCancel_Click() protected method

protected lkbCancel_Click ( object sender, System e ) : void
sender object
e System
return void

lkbImportOpml_Click() protected method

protected lkbImportOpml_Click ( object sender, System e ) : void
sender object
e System
return void

lkbPost_Click() protected method

protected lkbPost_Click ( object sender, System e ) : void
sender object
e System
return void

Property Details

Edit protected_oe property

Edit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder Edit
return global::System.Web.UI.WebControls.PlaceHolder

ImportExport protected_oe property

ImportExport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.AdvancedPanel ImportExport
return global::Subtext.Web.Admin.WebUI.AdvancedPanel

Messages protected_oe property

Messages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.MessagePanel Messages
return global::Subtext.Web.Admin.WebUI.MessagePanel

OpmlImportFile protected_oe property

OpmlImportFile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlInputFile OpmlImportFile
return global::System.Web.UI.HtmlControls.HtmlInputFile

RequiredFieldValidator1 protected_oe property

RequiredFieldValidator1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1
return global::System.Web.UI.WebControls.RequiredFieldValidator

Requiredfieldvalidator2 protected_oe property

Requiredfieldvalidator2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator Requiredfieldvalidator2
return global::System.Web.UI.WebControls.RequiredFieldValidator

categoryLinks protected_oe property

categoryLinks control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.UserControls.CategoryLinkList categoryLinks
return global::Subtext.Web.Admin.UserControls.CategoryLinkList

chkNewWindow protected_oe property

chkNewWindow control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkNewWindow
return global::System.Web.UI.WebControls.CheckBox

ckbIsActive protected_oe property

ckbIsActive control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox ckbIsActive
return global::System.Web.UI.WebControls.CheckBox

cklCategories protected_oe property

protected CheckBoxList,System.Web.UI.WebControls cklCategories
return System.Web.UI.WebControls.CheckBoxList

ddlCategories protected_oe property

ddlCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlCategories
return global::System.Web.UI.WebControls.DropDownList

ddlImportExportCategories protected_oe property

ddlImportExportCategories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlImportExportCategories
return global::System.Web.UI.WebControls.DropDownList

headerLiteral protected_oe property

headerLiteral control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl headerLiteral
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lblEntryID protected_oe property

lblEntryID control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblEntryID
return global::System.Web.UI.WebControls.Label

lkbCancel protected_oe property

lkbCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button lkbCancel
return global::System.Web.UI.WebControls.Button

lkbImportOpml protected_oe property

lkbImportOpml control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button lkbImportOpml
return global::System.Web.UI.WebControls.Button

lkbPost protected_oe property

lkbPost control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button lkbPost
return global::System.Web.UI.WebControls.Button

resultsPager protected_oe property

resultsPager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Controls.PagingControl resultsPager
return global::Subtext.Web.Controls.PagingControl

rprSelectionList protected_oe property

rprSelectionList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rprSelectionList
return global::System.Web.UI.WebControls.Repeater

txbRss protected_oe property

txbRss control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txbRss
return global::System.Web.UI.WebControls.TextBox

txbTitle protected_oe property

txbTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txbTitle
return global::System.Web.UI.WebControls.TextBox

txbUrl protected_oe property

txbUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txbUrl
return global::System.Web.UI.WebControls.TextBox

txtXfn protected_oe property

txtXfn control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtXfn
return global::System.Web.UI.WebControls.TextBox