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

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

보호된 프로퍼티들

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

보호된 메소드들

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

메소드 상세

GetAlbumUrl() 보호된 메소드

protected GetAlbumUrl ( string catID, string host, string app, string imageFile ) : string
catID string
host string
app string
imageFile string
리턴 string

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

GetImageLink() 보호된 메소드

protected GetImageLink ( string catID, string host, string app, string imageFile ) : string
catID string
host string
app string
imageFile string
리턴 string

GetImageUrl() 보호된 메소드

protected GetImageUrl ( string catID, string host, string app, string imageFile ) : string
catID string
host string
app string
imageFile string
리턴 string

OnLoad() 보호된 메소드

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

프로퍼티 상세

RecentImages 보호되어 있는 프로퍼티

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