C# 클래스 Profiles.Profile.Modules.CustomViewAuthorInAuthorship

상속: Profiles.Framework.Utilities.BaseModule
파일 보기 프로젝트 열기: ProfilesRNS/ProfilesRNS

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CustomViewAuthorInAuthorship ( ) : System
CustomViewAuthorInAuthorship ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
rpPublication_OnDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

비공개 메소드들

메소드 설명
DrawProfilesModule ( ) : void

메소드 상세

CustomViewAuthorInAuthorship() 공개 메소드

public CustomViewAuthorInAuthorship ( ) : System
리턴 System

CustomViewAuthorInAuthorship() 공개 메소드

public CustomViewAuthorInAuthorship ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
pagedata System.Xml.XmlDocument
moduleparams List
pagenamespaces System.Xml.XmlNamespaceManager
리턴 System

Page_Load() 보호된 메소드

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

rpPublication_OnDataBound() 보호된 메소드

protected rpPublication_OnDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object
e System.Web.UI.WebControls.RepeaterItemEventArgs
리턴 void

프로퍼티 상세

litTimelineTable 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

loginLiteral 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

rpPublication 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Repeater

supportText 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

timelineBar 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlImage