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

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

보호된 프로퍼티들

프로퍼티 타입 설명
DaysList System.Web.UI.WebControls.Repeater

공개 메소드들

메소드 설명
DayCollection ( ) : System

Initializes a new instance of the DayCollection class.

보호된 메소드들

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

메소드 상세

DayCollection() 공개 메소드

Initializes a new instance of the DayCollection class.
public DayCollection ( ) : System
리턴 System

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

DaysList 보호되어 있는 프로퍼티

protected System.Web.UI.WebControls.Repeater DaysList
리턴 System.Web.UI.WebControls.Repeater