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

Inheritance: ConfirmationPage
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
Editor global::Subtext.Web.Admin.UserControls.EntryEditor
categoryLinks global::Subtext.Web.Admin.UserControls.CategoryLinkList

Public Methods

Method Description
EditArticles ( ) : System

Protected Methods

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

Private Methods

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

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

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
return 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
return global::Subtext.Web.Admin.UserControls.CategoryLinkList