C# Class Profiles.Profile.Modules.NetworkCluster.NetworkCluster

显示文件 Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Property Type Description
divSwfScript global::System.Web.UI.HtmlControls.HtmlGenericControl
iFrameFlashGraph global::System.Web.UI.HtmlControls.HtmlGenericControl
lblProfileName global::System.Web.UI.WebControls.Label
lblProfileName1 global::System.Web.UI.WebControls.Label
litNetworkText global::System.Web.UI.WebControls.Literal

Public Methods

Method Description
NetworkCluster ( ) : System
NetworkCluster ( XmlDocument data, List moduleparams, XmlNamespaceManager namespaces ) : System

Protected Methods

Method Description
InitAssets ( ) : void
Page_PreRender ( object sender, EventArgs e ) : void

Method Details

InitAssets() protected method

protected InitAssets ( ) : void
return void

NetworkCluster() public method

public NetworkCluster ( ) : System
return System

NetworkCluster() public method

public NetworkCluster ( XmlDocument data, List moduleparams, XmlNamespaceManager namespaces ) : System
data XmlDocument
moduleparams List
namespaces XmlNamespaceManager
return System

Page_PreRender() protected method

protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

divSwfScript protected_oe property

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

iFrameFlashGraph protected_oe property

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

lblProfileName protected_oe property

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

lblProfileName1 protected_oe property

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

litNetworkText protected_oe property

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