C# Class newtelligence.DasBlog.Web.MonthViewBox

MonthViewBox class.
Auto-generated class.
Exibir arquivo Open project: AArnott/dasblog

Protected Properties

Property Type Description
calendarMonth MonthViewCalendar
contentPlaceHolder global::System.Web.UI.WebControls.PlaceHolder
resmgr System.Resources.ResourceManager

Public Methods

Method Description
GetUrl ( ) : string
GetUrlWithMonth ( DateTime month ) : string
GetUrlWithYear ( int year ) : string

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
Render ( HtmlTextWriter writer ) : void

Private Methods

Method Description
ApplyCalendarStyles ( Calendar c ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

StripAllTags ( string content ) : string
TruncateDotDotDot ( string content ) : string
calendarMonth_DayRender ( object sender, DayRenderEventArgs e ) : void
calendarMonth_PreRender ( object sender, EventArgs e ) : void

Gets the entries for this month that we will be rendering

calendarMonth_SelectionChanged ( object sender, EventArgs e ) : void
calendarMonth_VisibleMonthChanged ( object sender, MonthChangedEventArgs e ) : void

Method Details

GetUrl() public method

public GetUrl ( ) : string
return string

GetUrlWithMonth() public method

public GetUrlWithMonth ( DateTime month ) : string
month DateTime
return string

GetUrlWithYear() public method

public GetUrlWithYear ( int year ) : string
year int
return string

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

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

Render() protected method

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

Property Details

calendarMonth protected_oe property

protected MonthViewCalendar,newtelligence.DasBlog.Web calendarMonth
return MonthViewCalendar

contentPlaceHolder protected_oe property

contentPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder contentPlaceHolder
return global::System.Web.UI.WebControls.PlaceHolder

resmgr protected_oe property

protected System.Resources.ResourceManager resmgr
return System.Resources.ResourceManager