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

Displays all entries for a given day.
Inheritance: EntryList
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
DateTitle System.Web.UI.WebControls.Literal
DayList System.Web.UI.WebControls.Repeater
ImageLink System.Web.UI.WebControls.HyperLink

Public Methods

Method Description
Day ( ) : System

Initializes a new instance of the Day class and sets the DescriptionOnly property to false.

Protected Methods

Method Description
DayList_ItemDataBound ( object sender, System e ) : void
OnLoad ( EventArgs e ) : void

Method Details

Day() public method

Initializes a new instance of the Day class and sets the DescriptionOnly property to false.
public Day ( ) : System
return System

DayList_ItemDataBound() protected method

protected DayList_ItemDataBound ( object sender, System e ) : void
sender object
e System
return void

OnLoad() protected method

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

Property Details

DateTitle protected_oe property

protected System.Web.UI.WebControls.Literal DateTitle
return System.Web.UI.WebControls.Literal

DayList protected_oe property

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

ImageLink protected_oe property

protected System.Web.UI.WebControls.HyperLink ImageLink
return System.Web.UI.WebControls.HyperLink