C# 클래스 Profiles.Profile.Modules.NetworkClusterFlash.NetworkCluster

상속: Profiles.Framework.Utilities.BaseModule
파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

보호된 프로퍼티들

프로퍼티 타입 설명
divSwfScript global::System.Web.UI.HtmlControls.HtmlGenericControl
lblProfileName global::System.Web.UI.WebControls.Label

공개 메소드들

메소드 설명
NetworkCluster ( ) : System
NetworkCluster ( XmlDocument data, List moduleparams, XmlNamespaceManager namespaces ) : System

보호된 메소드들

메소드 설명
InitAssets ( ) : void
Page_PreRender ( object sender, EventArgs e ) : void

메소드 상세

InitAssets() 보호된 메소드

protected InitAssets ( ) : void
리턴 void

NetworkCluster() 공개 메소드

public NetworkCluster ( ) : System
리턴 System

NetworkCluster() 공개 메소드

public NetworkCluster ( XmlDocument data, List moduleparams, XmlNamespaceManager namespaces ) : System
data System.Xml.XmlDocument
moduleparams List
namespaces System.Xml.XmlNamespaceManager
리턴 System

Page_PreRender() 보호된 메소드

protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

divSwfScript 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

lblProfileName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label