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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
RecentComments ( ) : System

Initializes a new instance of the RecentComments class.

보호된 메소드들

메소드 설명
EntryCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
OnLoad ( EventArgs e ) : void

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

메소드 상세

EntryCreated() 보호된 메소드

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

OnLoad() 보호된 메소드

Binds the comments List{T} to the comment 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

RecentComments() 공개 메소드

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

프로퍼티 상세

feedList 보호되어 있는 프로퍼티

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