C# 클래스 Carrotware.CMS.UI.Controls.SearchBox

상속: BaseServerControl, INamingContainer
파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS

보호된 프로퍼티들

프로퍼티 타입 설명
EntryFormControls List
litScript System.Web.UI.WebControls.Literal
phEntry System.Web.UI.WebControls.PlaceHolder

Private Properties

프로퍼티 타입 설명
FindEntryFormCtrls void

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
GetEntryFormControl ( Type type ) : Control
GetEntryFormControl ( string ControlName ) : Control
OnInit ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void

비공개 메소드들

메소드 설명
FindEntryFormCtrls ( Control X ) : void

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

GetEntryFormControl() 보호된 메소드

protected GetEntryFormControl ( Type type ) : Control
type System.Type
리턴 System.Web.UI.Control

GetEntryFormControl() 보호된 메소드

protected GetEntryFormControl ( string ControlName ) : Control
ControlName string
리턴 System.Web.UI.Control

OnInit() 보호된 메소드

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

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderContents() 보호된 메소드

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

프로퍼티 상세

EntryFormControls 보호되어 있는 프로퍼티

protected List EntryFormControls
리턴 List

litScript 보호되어 있는 프로퍼티

protected Literal,System.Web.UI.WebControls litScript
리턴 System.Web.UI.WebControls.Literal

phEntry 보호되어 있는 프로퍼티

protected PlaceHolder,System.Web.UI.WebControls phEntry
리턴 System.Web.UI.WebControls.PlaceHolder