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
파일 보기 프로젝트 열기: enduracode/enterprise-web-library 1 사용 예제들

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