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

Summary description for LastSevenDaysControl.
Inheritance: BaseControl
Datei anzeigen Open project: ayende/Subtext

Protected Properties

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

Public Methods

Method Description
DayCollection ( ) : System

Initializes a new instance of the DayCollection class.

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

DayCollection() public method

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

OnLoad() protected method

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

Property Details

DaysList protected_oe property

protected System.Web.UI.WebControls.Repeater DaysList
return System.Web.UI.WebControls.Repeater