C# Class Profiles.Profile.Modules.CustomViewAuthorInAuthorship

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

Protected Properties

Property 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

Public Methods

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

Protected Methods

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

Private Methods

Method Description
DrawProfilesModule ( ) : void

Method Details

CustomViewAuthorInAuthorship() public method

public CustomViewAuthorInAuthorship ( ) : System
return System

CustomViewAuthorInAuthorship() public method

public CustomViewAuthorInAuthorship ( 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

rpPublication_OnDataBound() protected method

protected rpPublication_OnDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.HtmlControls.HtmlImage