C# Class Carrotware.CMS.UI.Controls.SearchBox

Inheritance: BaseServerControl, INamingContainer
Exibir arquivo Open project: ninianne98/CarrotCakeCMS

Protected Properties

Property Type Description
EntryFormControls List
litScript System.Web.UI.WebControls.Literal
phEntry System.Web.UI.WebControls.PlaceHolder

Private Properties

Property Type Description
FindEntryFormCtrls void

Protected Methods

Method Description
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

Private Methods

Method Description
FindEntryFormCtrls ( Control X ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

GetEntryFormControl() protected method

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

GetEntryFormControl() protected method

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

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

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

RenderContents() protected method

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

Property Details

EntryFormControls protected_oe property

protected List EntryFormControls
return List

litScript protected_oe property

protected Literal,System.Web.UI.WebControls litScript
return System.Web.UI.WebControls.Literal

phEntry protected_oe property

protected PlaceHolder,System.Web.UI.WebControls phEntry
return System.Web.UI.WebControls.PlaceHolder