C# Class Profiles.Profile.Modules.CustomViewPersonGeneralInfo.CustomViewPersonGeneralInfo

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

Protected Properties

Property Type Description
hlORNG global::System.Web.UI.WebControls.HyperLink
imgPhoto global::System.Web.UI.WebControls.Image
litPersonalInfo global::System.Web.UI.WebControls.Literal
litSandboxGadgets global::System.Web.UI.WebControls.Literal
pnlSandboxGadgets global::System.Web.UI.WebControls.Panel

Public Methods

Method Description
CustomViewPersonGeneralInfo ( ) : System
CustomViewPersonGeneralInfo ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Protected Methods

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

Private Methods

Method Description
DrawProfilesModule ( ) : void

Method Details

CustomViewPersonGeneralInfo() public method

public CustomViewPersonGeneralInfo ( ) : System
return System

CustomViewPersonGeneralInfo() public method

public CustomViewPersonGeneralInfo ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata System.Xml.XmlDocument
moduleparams List
pagenamespaces System.Xml.XmlNamespaceManager
return System

Page_Load() protected method

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

Property Details

hlORNG protected_oe property

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

imgPhoto protected_oe property

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

litPersonalInfo protected_oe property

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

litSandboxGadgets protected_oe property

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

pnlSandboxGadgets protected_oe property

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