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

Inheritance: Subtext.Web.Admin.Pages.AdminPage
Afficher le fichier Open project: ayende/Subtext

Protected Properties

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

Свойство Type Description
BindLinkEdit void
BindList void
BindLocalUI void
ConfirmDelete void
ImportOpml void
InitializeComponent void
ResetPostEdit void
UpdateLink void
lkbNewLink_Click void
rprSelectionList_ItemCommand void

Méthodes publiques

Méthode Description
BindLinkCategories ( ) : void
CheckHiddenStyle ( ) : string
EditLinks ( ) : System

Méthodes protégées

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

Méthode 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 méthode

public BindLinkCategories ( ) : void
Résultat void

CheckHiddenStyle() public méthode

public CheckHiddenStyle ( ) : string
Résultat string

EditLinks() public méthode

public EditLinks ( ) : System
Résultat System

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Page_Load() protected méthode

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

lkbCancel_Click() protected méthode

protected lkbCancel_Click ( object sender, System e ) : void
sender object
e System
Résultat void

lkbImportOpml_Click() protected méthode

protected lkbImportOpml_Click ( object sender, System e ) : void
sender object
e System
Résultat void

lkbPost_Click() protected méthode

protected lkbPost_Click ( object sender, System e ) : void
sender object
e System
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.CheckBox

cklCategories protected_oe property

protected CheckBoxList,System.Web.UI.WebControls cklCategories
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox