C# Класс EnterpriseWebLibrary.EnterpriseWebFramework.Controls.MonthViewCalendar

Provides an easy way to build a calendar where data is viewed one month at a time.
Наследование: System.Web.UI.WebControls.WebControl, ControlTreeDataLoader
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ControlTreeDataLoader void
adjustDateByNumberOfIntervals System.DateTime
buildNavigationBox void
formatDateTimeForJumpList string

Открытые методы

Метод Описание
AddContentForDay ( System.DateTime date, Control content ) : void

Specifies the content for a particular day of the month.

MonthViewCalendar ( ) : System

Initializes defaults for MonthViewCalendar attributes.

SetParameters ( System.DateTime date, Action dateModificationMethod ) : void

This method must be called in LoadData.

SetToolTipForDay ( System.DateTime date, Control toolTipContent ) : void

Provides the ability to place a tooltip for a day.

Приватные методы

Метод Описание
ControlTreeDataLoader ( ) : void
adjustDateByNumberOfIntervals ( System.DateTime date, int i ) : System.DateTime
buildNavigationBox ( ) : void
formatDateTimeForJumpList ( System.DateTime date ) : string

Описание методов

AddContentForDay() публичный Метод

Specifies the content for a particular day of the month.
public AddContentForDay ( System.DateTime date, Control content ) : void
date System.DateTime
content System.Web.UI.Control
Результат void

MonthViewCalendar() публичный Метод

Initializes defaults for MonthViewCalendar attributes.
public MonthViewCalendar ( ) : System
Результат System

SetParameters() публичный Метод

This method must be called in LoadData.
public SetParameters ( System.DateTime date, Action dateModificationMethod ) : void
date System.DateTime
dateModificationMethod Action
Результат void

SetToolTipForDay() публичный Метод

Provides the ability to place a tooltip for a day.
public SetToolTipForDay ( System.DateTime date, Control toolTipContent ) : void
date System.DateTime
toolTipContent System.Web.UI.Control
Результат void