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

Displays the titles of the most recent entries on the skin.
Inheritance: BaseControl, IEntryControl
Exibir arquivo Open project: ayende/Subtext

Protected Properties

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

Public Methods

Method Description
RecentPosts ( ) : System

Initializes a new instance of the RecentPosts class.

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Binds the posts List{T} to the post list repeater. Raises the E:System.Web.UI.Control.Load event.

PostCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Method Details

OnLoad() protected method

Binds the posts List{T} to the post list repeater. Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

PostCreated() protected method

protected PostCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
return void

RecentPosts() public method

Initializes a new instance of the RecentPosts class.
public RecentPosts ( ) : System
return System

Property Details

postList protected_oe property

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