C# 클래스 Subtext.Web.UI.Controls.Calendar

Summary description for Calendar.
상속: BaseControl
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
_isUrlMonthMode bool
entryCal System.Web.UI.WebControls.Calendar

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

If the page is on a "day page" then have the calendar select the day the URL is on. Otherwise use the current day.

entryCal_DayRender ( object sender, System e ) : void

As each day is rendered in the calendar, put a link if an entry exists for that day.

entryCal_VisibleMonthChanged ( object sender, System e ) : void

Occurs when the user clicks on the next or previous month navigation controls on the title heading.

비공개 메소드들

메소드 설명
ChooseSelectedDateFromUrl ( ) : System.DateTime

Chooses the selected date from the url.

IsSameDay ( System.DateTime date1, System.DateTime date2 ) : bool

Returns true if the two dates fall on the same day.

LoadMonthData ( ) : void

Load all entries for the selected month.

TryParseDateTime ( string dateString, System.DateTime &parsedDate ) : bool

Attemps to parse the specified string as a DateTime.

메소드 상세

OnLoad() 보호된 메소드

If the page is on a "day page" then have the calendar select the day the URL is on. Otherwise use the current day.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

entryCal_DayRender() 보호된 메소드

As each day is rendered in the calendar, put a link if an entry exists for that day.
protected entryCal_DayRender ( object sender, System e ) : void
sender object
e System
리턴 void

entryCal_VisibleMonthChanged() 보호된 메소드

Occurs when the user clicks on the next or previous month navigation controls on the title heading.
protected entryCal_VisibleMonthChanged ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

_isUrlMonthMode 보호되어 있는 프로퍼티

protected bool _isUrlMonthMode
리턴 bool

entryCal 보호되어 있는 프로퍼티

protected System.Web.UI.WebControls.Calendar entryCal
리턴 System.Web.UI.WebControls.Calendar