C# Класс Subtext.Web.UI.Controls.Calendar

Summary description for Calendar.
Наследование: BaseControl
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_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