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

Summary description for LastSevenDaysControl.
Inheritance: BaseControl
Afficher le fichier Open project: ayende/Subtext

Protected Properties

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

Méthodes publiques

Méthode Description
DayCollection ( ) : System

Initializes a new instance of the DayCollection class.

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Method Details

DayCollection() public méthode

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

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

DaysList protected_oe property

protected System.Web.UI.WebControls.Repeater DaysList
Résultat System.Web.UI.WebControls.Repeater