C# Class Geta.CacheManager.Admin.CacheManager

Mostra file Open project: Geta/CacheManager

Protected Properties

Property Type Description
Head global::System.Web.UI.HtmlControls.HtmlHead
ServerSelector global::System.Web.UI.WebControls.Panel
ddlServers global::System.Web.UI.WebControls.DropDownList
form1 global::System.Web.UI.HtmlControls.HtmlForm

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Method Details

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

Property Details

Head protected_oe property

Head control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlHead Head
return global::System.Web.UI.HtmlControls.HtmlHead

ServerSelector protected_oe property

ServerSelector control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel ServerSelector
return global::System.Web.UI.WebControls.Panel

ddlServers protected_oe property

ddlServers control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlServers
return global::System.Web.UI.WebControls.DropDownList

form1 protected_oe property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm