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

Inheritance: Profiles.Framework.Utilities.BaseModule
显示文件 Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Property Type Description
divSwfScript global::System.Web.UI.HtmlControls.HtmlGenericControl
lblProfileName global::System.Web.UI.WebControls.Label

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 System.Xml.XmlDocument
moduleparams List
namespaces System.Xml.XmlNamespaceManager
return System

Page_PreRender() protected method

protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e System.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

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