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

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

Protected Properties

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

Méthodes publiques

Méthode Description
RecentPosts ( ) : System

Initializes a new instance of the RecentPosts class.

Méthodes protégées

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

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.
Résultat void

PostCreated() protected méthode

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

RecentPosts() public méthode

Initializes a new instance of the RecentPosts class.
public RecentPosts ( ) : System
Résultat System

Property Details

postList protected_oe property

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