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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ShowErrorMessage ( string errorMessage ) : void

Shows the error message.

보호된 메소드들

메소드 설명
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.

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

Renders any data validators.

메소드 상세

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

RenderDataValidator() 보호된 메소드

Renders any data validators.
protected RenderDataValidator ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
리턴 void

ShowErrorMessage() 공개 메소드

Shows the error message.
public ShowErrorMessage ( string errorMessage ) : void
errorMessage string The error message.
리턴 void