C# 클래스 Subtext.Web.UI.Controls.SingleColumn

This control displays links by categories. Categories include "Archives", "Image Galleries", And custom link Categories.

Makes use of the CategoryList control.

상속: CachedColumnControl
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
Categories Subtext.Web.UI.Controls.CategoryList

보호된 메소드들

메소드 설명
GetArchiveCategories ( ) : IList
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event. Then calls GetArchiveCategories to populate the CategoryList control.

메소드 상세

GetArchiveCategories() 보호된 메소드

protected GetArchiveCategories ( ) : IList
리턴 IList

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event. Then calls GetArchiveCategories to populate the CategoryList control.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

프로퍼티 상세

Categories 보호되어 있는 프로퍼티

protected Subtext.Web.UI.Controls.CategoryList Categories
리턴 Subtext.Web.UI.Controls.CategoryList