C# 클래스 Rock.Web.UI.Controls.ScheduleBuilderPopupContents

상속: System.Web.UI.WebControls.CompositeControl
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCalendarContentFromControls string
TextBoxToPositiveInteger int

공개 메소드들

메소드 설명
ScheduleBuilderPopupContents ( ) : System

Initializes a new instance of the ScheduleBuilder class.

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

비공개 메소드들

메소드 설명
GetCalendarContentFromControls ( ) : string

Gets the calendar content from controls.

TextBoxToPositiveInteger ( TextBox textBox, int minValue = 1 ) : int

Texts the box to positive integer.

메소드 상세

CreateChildControls() 보호된 메소드

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
리턴 void

Render() 보호된 메소드

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
리턴 void

ScheduleBuilderPopupContents() 공개 메소드

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