C# Class Profiles.Profile.Modules.CustomViewAuthorInAuthorship

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

Protected Properties

Свойство Type Description
litTimelineTable global::System.Web.UI.WebControls.Literal
loginLiteral global::System.Web.UI.WebControls.Literal
rpPublication global::System.Web.UI.WebControls.Repeater
supportText global::System.Web.UI.WebControls.Literal
timelineBar global::System.Web.UI.HtmlControls.HtmlImage

Méthodes publiques

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

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
rpPublication_OnDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Private Methods

Méthode Description
DrawProfilesModule ( ) : void

Method Details

CustomViewAuthorInAuthorship() public méthode

public CustomViewAuthorInAuthorship ( ) : System
Résultat System

CustomViewAuthorInAuthorship() public méthode

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

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

rpPublication_OnDataBound() protected méthode

protected rpPublication_OnDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
Résultat void

Property Details

litTimelineTable protected_oe property

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

loginLiteral protected_oe property

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

rpPublication protected_oe property

rpPublication control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rpPublication
Résultat global::System.Web.UI.WebControls.Repeater

supportText protected_oe property

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

timelineBar protected_oe property

timelineBar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlImage timelineBar
Résultat global::System.Web.UI.HtmlControls.HtmlImage