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

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

Protected Properties

Свойство Type Description
litHTML global::System.Web.UI.WebControls.Literal

Private Properties

Свойство Type Description
AddLine void
AddRow void

Méthodes publiques

Méthode Description
CustomViewResearcherRole ( ) : System
CustomViewResearcherRole ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

Méthodes protégées

Méthode Description
FillResearchGrid ( bool refresh ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AddLine ( System &sb ) : void
AddRow ( Profiles fs, System &sb ) : void

Method Details

CustomViewResearcherRole() public méthode

public CustomViewResearcherRole ( ) : System
Résultat System

CustomViewResearcherRole() public méthode

public CustomViewResearcherRole ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata System.Xml.XmlDocument
moduleparams List
pagenamespaces System.Xml.XmlNamespaceManager
Résultat System

FillResearchGrid() protected méthode

protected FillResearchGrid ( bool refresh ) : void
refresh bool
Résultat void

Page_Load() protected méthode

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