C# Class Profiles.Profile.Modules.CustomViewResearcherRole.CustomViewResearcherRole

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

Protected Properties

Property Type Description
litHTML global::System.Web.UI.WebControls.Literal

Private Properties

Property Type Description
AddLine void
AddRow void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
AddLine ( System &sb ) : void
AddRow ( Profiles fs, System &sb ) : void

Method Details

CustomViewResearcherRole() public method

public CustomViewResearcherRole ( ) : System
return System

CustomViewResearcherRole() public method

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

FillResearchGrid() protected method

protected FillResearchGrid ( bool refresh ) : void
refresh bool
return void

Page_Load() protected method

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

Property Details

litHTML protected_oe property

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