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

Inheritance: Profiles.Framework.Utilities.BaseModule
Afficher le fichier Open project: ProfilesRNS/ProfilesRNS

Protected Properties

Свойство Type Description
divSwfScript global::System.Web.UI.HtmlControls.HtmlGenericControl
lblProfileName global::System.Web.UI.WebControls.Label

Méthodes publiques

Méthode Description
NetworkCluster ( ) : System
NetworkCluster ( XmlDocument data, List moduleparams, XmlNamespaceManager namespaces ) : System

Méthodes protégées

Méthode Description
InitAssets ( ) : void
Page_PreRender ( object sender, EventArgs e ) : void

Method Details

InitAssets() protected méthode

protected InitAssets ( ) : void
Résultat void

NetworkCluster() public méthode

public NetworkCluster ( ) : System
Résultat System

NetworkCluster() public méthode

public NetworkCluster ( XmlDocument data, List moduleparams, XmlNamespaceManager namespaces ) : System
data System.Xml.XmlDocument
moduleparams List
namespaces System.Xml.XmlNamespaceManager
Résultat System

Page_PreRender() protected méthode

protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Label