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

Inheritance: BaseServerControl, INamingContainer
Afficher le fichier Open project: ninianne98/CarrotCakeCMS

Protected Properties

Свойство Type Description
EntryFormControls List
litScript System.Web.UI.WebControls.Literal
phEntry System.Web.UI.WebControls.PlaceHolder

Private Properties

Свойство Type Description
FindEntryFormCtrls void

Méthodes protégées

Méthode 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

Méthode Description
FindEntryFormCtrls ( Control X ) : void

Method Details

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

GetEntryFormControl() protected méthode

protected GetEntryFormControl ( Type type ) : Control
type System.Type
Résultat System.Web.UI.Control

GetEntryFormControl() protected méthode

protected GetEntryFormControl ( string ControlName ) : Control
ControlName string
Résultat System.Web.UI.Control

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

Property Details

EntryFormControls protected_oe property

protected List EntryFormControls
Résultat List

litScript protected_oe property

protected Literal,System.Web.UI.WebControls litScript
Résultat System.Web.UI.WebControls.Literal

phEntry protected_oe property

protected PlaceHolder,System.Web.UI.WebControls phEntry
Résultat System.Web.UI.WebControls.PlaceHolder