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

Displays the titles of the most recent entries on the skin.
상속: BaseControl, IEntryControl
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
postList System.Web.UI.WebControls.Repeater

공개 메소드들

메소드 설명
RecentPosts ( ) : System

Initializes a new instance of the RecentPosts class.

보호된 메소드들

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

Binds the posts List{T} to the post list repeater. Raises the E:System.Web.UI.Control.Load event.

PostCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

메소드 상세

OnLoad() 보호된 메소드

Binds the posts List{T} to the post list repeater. Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

PostCreated() 보호된 메소드

protected PostCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
리턴 void

RecentPosts() 공개 메소드

Initializes a new instance of the RecentPosts class.
public RecentPosts ( ) : System
리턴 System

프로퍼티 상세

postList 보호되어 있는 프로퍼티

protected Repeater,System.Web.UI.WebControls postList
리턴 System.Web.UI.WebControls.Repeater