C# 클래스 SenseNet.Portal.Portlets.Controls.BookCalendar

상속: EventCalendar
파일 보기 프로젝트 열기: maxpavlov/FlexNet

보호된 프로퍼티들

프로퍼티 타입 설명
btnGoToDate System.Web.UI.WebControls.Button
ddlMonth System.Web.UI.WebControls.DropDownList
ddlYear System.Web.UI.WebControls.DropDownList

보호된 메소드들

메소드 설명
MyCalendar_DayRender ( object sender, System.Web.UI.WebControls.DayRenderEventArgs e ) : void

Handles the DayRender event of the MyCalendar control.

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

OnPreRender ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.PreRender event.

btnGoToDate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnGoToDate control.

메소드 상세

MyCalendar_DayRender() 보호된 메소드

Handles the DayRender event of the MyCalendar control.
protected MyCalendar_DayRender ( object sender, System.Web.UI.WebControls.DayRenderEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.DayRenderEventArgs The instance containing the event data.
리턴 void

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

OnPreRender() 보호된 메소드

Raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void

btnGoToDate_Click() 보호된 메소드

Handles the Click event of the btnGoToDate control.
protected btnGoToDate_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

프로퍼티 상세

btnGoToDate 보호되어 있는 프로퍼티

protected Button,System.Web.UI.WebControls btnGoToDate
리턴 System.Web.UI.WebControls.Button

ddlMonth 보호되어 있는 프로퍼티

protected DropDownList,System.Web.UI.WebControls ddlMonth
리턴 System.Web.UI.WebControls.DropDownList

ddlYear 보호되어 있는 프로퍼티

protected DropDownList,System.Web.UI.WebControls ddlYear
리턴 System.Web.UI.WebControls.DropDownList