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

Inheritance: BaseControl
Datei anzeigen Open project: ayende/Subtext

Protected Properties

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

Public Methods

Method Description
RecentComments ( ) : System

Initializes a new instance of the RecentComments class.

Protected Methods

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

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

OnLoad() protected method

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.
return void

RecentComments() public method

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

Property Details

feedList protected_oe property

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