C# Class Subtext.Web.UI.Controls.AggRecentImages

Inheritance: BaseControl
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
RecentImages System.Web.UI.WebControls.Repeater

Protected Methods

Method Description
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

Method Details

GetAlbumUrl() protected method

protected GetAlbumUrl ( string catID, string host, string app, string imageFile ) : string
catID string
host string
app string
imageFile string
return string

GetEntryUrl() protected method

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

GetFullUrl() protected method

protected GetFullUrl ( string host, string app ) : string
host string
app string
return string

GetImageLink() protected method

protected GetImageLink ( string catID, string host, string app, string imageFile ) : string
catID string
host string
app string
imageFile string
return string

GetImageUrl() protected method

protected GetImageUrl ( string catID, string host, string app, string imageFile ) : string
catID string
host string
app string
imageFile string
return string

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

RecentImages protected_oe property

protected Repeater,System.Web.UI.WebControls RecentImages
return System.Web.UI.WebControls.Repeater