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

Inheritance: ConfirmationPage
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
Editor global::Subtext.Web.Admin.UserControls.EntryEditor
categoryLinks global::Subtext.Web.Admin.UserControls.CategoryLinkList

Méthodes publiques

Méthode Description
EditArticles ( ) : System

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void

Private Methods

Méthode Description
BindLocalUI ( ) : void
InitializeComponent ( ) : void

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

lkbNewPost_Click ( object sender, System e ) : void

Method Details

EditArticles() public méthode

public EditArticles ( ) : 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

Property Details

Editor protected_oe property

Editor control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.UserControls.EntryEditor Editor
Résultat global::Subtext.Web.Admin.UserControls.EntryEditor

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