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

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

보호된 프로퍼티들

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

보호된 메소드들

메소드 설명
GetEntryUrl ( string host, string app, string entryName, System.DateTime dt ) : string
GetFullUrl ( string host, string app ) : string
OnLoad ( EventArgs e ) : void

메소드 상세

GetEntryUrl() 보호된 메소드

protected GetEntryUrl ( string host, string app, string entryName, System.DateTime dt ) : string
host string
app string
entryName string
dt System.DateTime
리턴 string

GetFullUrl() 보호된 메소드

protected GetFullUrl ( string host, string app ) : string
host string
app string
리턴 string

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

RecentPosts 보호되어 있는 프로퍼티

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