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

Inheritance: AggregateUserControl
Exibir arquivo Open project: ayende/Subtext

Protected Properties

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

Protected Methods

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

OnLoad() protected method

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

Property Details

RecentPosts protected_oe property

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