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

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

Protected Properties

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

Méthodes publiques

Méthode Description
RecentComments ( ) : System

Initializes a new instance of the RecentComments class.

Méthodes protégées

Méthode Description
EntryCreated ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
OnLoad ( EventArgs e ) : void

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

Method Details

EntryCreated() protected méthode

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

OnLoad() protected méthode

Binds the comments List{T} to the comment 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

RecentComments() public méthode

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

Property Details

feedList protected_oe property

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