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

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

Protected Properties

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

Méthodes protégées

Méthode Description
GetEntryUrl ( string host, string app, string entryName, System.DateTime dt ) : string
GetFullUrl ( string host, string app ) : string
OnLoad ( EventArgs e ) : void

Method Details

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

OnLoad() protected méthode

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

Property Details

RecentPosts protected_oe property

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