C# Class Subtext.Web.UI.Controls.ArticleCategories

Summary description for ArticleCategories.
Inheritance: BaseControl
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
Categories Subtext.Web.UI.Controls.CategoryList

Protected Methods

Method Description
GetArchiveCategories ( ) : IList
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Page_Load ( object sender, System e ) : void

Method Details

GetArchiveCategories() protected method

protected GetArchiveCategories ( ) : IList
return IList

OnInit() protected method

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

OnLoad() protected method

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

Property Details

Categories protected_oe property

protected Subtext.Web.UI.Controls.CategoryList Categories
return Subtext.Web.UI.Controls.CategoryList