C# 클래스 Profiles.Activity.Modules.ActivityHistory.ActivityHistory

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

보호된 프로퍼티들

프로퍼티 타입 설명
linkSeeMore global::System.Web.UI.WebControls.HyperLink
pnlActivities global::System.Web.UI.WebControls.Panel
rptActivityHistory global::System.Web.UI.WebControls.Repeater

공개 메소드들

메소드 설명
ActivityHistory ( ) : System
ActivityHistory ( XmlDocument pagedata, List moduleparams, XmlNamespaceManager pagenamespaces ) : System
DrawProfilesModule ( ) : void
FixedSize ( ) : string
GetURLDomain ( ) : string
rptActivityHistory_OnItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
setModuleParams ( List moduleparams ) : void

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
LoadAssets ( ) : void

메소드 상세

ActivityHistory() 공개 메소드

public ActivityHistory ( ) : System
리턴 System

ActivityHistory() 공개 메소드

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

DrawProfilesModule() 공개 메소드

public DrawProfilesModule ( ) : void
리턴 void

FixedSize() 공개 메소드

public FixedSize ( ) : string
리턴 string

GetURLDomain() 공개 메소드

public GetURLDomain ( ) : string
리턴 string

Page_Load() 보호된 메소드

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

rptActivityHistory_OnItemDataBound() 공개 메소드

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

setModuleParams() 공개 메소드

public setModuleParams ( List moduleparams ) : void
moduleparams List
리턴 void

프로퍼티 상세

linkSeeMore 보호되어 있는 프로퍼티

linkSeeMore control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink linkSeeMore
리턴 global::System.Web.UI.WebControls.HyperLink

pnlActivities 보호되어 있는 프로퍼티

pnlActivities control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlActivities
리턴 global::System.Web.UI.WebControls.Panel

rptActivityHistory 보호되어 있는 프로퍼티

rptActivityHistory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater rptActivityHistory
리턴 global::System.Web.UI.WebControls.Repeater