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

Inheritance: BaseControl
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
RecentImages System.Web.UI.WebControls.Repeater

Méthodes protégées

Méthode 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 méthode

protected GetAlbumUrl ( string catID, string host, string app, string imageFile ) : string
catID string
host string
app string
imageFile string
Résultat string

GetEntryUrl() protected méthode

protected GetEntryUrl ( string host, string app, string entryName, System.DateTime dt ) : string
host string
app string
entryName string
dt System.DateTime
Résultat string

GetFullUrl() protected méthode

protected GetFullUrl ( string host, string app ) : string
host string
app string
Résultat string

GetImageLink() protected méthode

protected GetImageLink ( string catID, string host, string app, string imageFile ) : string
catID string
host string
app string
imageFile string
Résultat string

GetImageUrl() protected méthode

protected GetImageUrl ( string catID, string host, string app, string imageFile ) : string
catID string
host string
app string
imageFile string
Résultat string

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

RecentImages protected_oe property

protected Repeater,System.Web.UI.WebControls RecentImages
Résultat System.Web.UI.WebControls.Repeater