C# Class ConoHaWebApplication.Network

Inheritance: AbstractConoHaPage
显示文件 Open project: crowdy/OpenStack-ConoHa

Protected Properties

Property Type Description
ltAddSubnets global::System.Web.UI.WebControls.Literal
ltLocalSubnets global::System.Web.UI.WebControls.Literal
ltPorts global::System.Web.UI.WebControls.Literal
ltSecurityGroups global::System.Web.UI.WebControls.Literal
ltSummary global::System.Web.UI.WebControls.Literal

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

ltAddSubnets protected_oe property

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

ltLocalSubnets protected_oe property

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

ltPorts protected_oe property

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

ltSecurityGroups protected_oe property

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

ltSummary protected_oe property

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