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

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

보호된 프로퍼티들

프로퍼티 타입 설명
divViewIn global::System.Web.UI.HtmlControls.HtmlGenericControl
imgAuthor global::System.Web.UI.HtmlControls.HtmlImage
imgSubjectArea global::System.Web.UI.HtmlControls.HtmlImage
litPublication global::System.Web.UI.WebControls.Literal
litinformationResourceReference global::System.Web.UI.WebControls.Literal
pnlAuthors global::System.Web.UI.WebControls.Panel
pnlSubjectAreas global::System.Web.UI.WebControls.Panel
rptAuthors global::System.Web.UI.WebControls.Repeater
rptSubjectAreas global::System.Web.UI.WebControls.Repeater

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
DrawProfilesModule ( ) : void

메소드 상세

CustomViewInformationResource() 공개 메소드

public CustomViewInformationResource ( ) : System
리턴 System

CustomViewInformationResource() 공개 메소드

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

rptAuthors_OnItemDataBound() 보호된 메소드

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

rptSubjectAreas_OnItemDataBound() 보호된 메소드

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

프로퍼티 상세

divViewIn 보호되어 있는 프로퍼티

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

imgAuthor 보호되어 있는 프로퍼티

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

imgSubjectArea 보호되어 있는 프로퍼티

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

litPublication 보호되어 있는 프로퍼티

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

litinformationResourceReference 보호되어 있는 프로퍼티

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

pnlAuthors 보호되어 있는 프로퍼티

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

pnlSubjectAreas 보호되어 있는 프로퍼티

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

rptAuthors 보호되어 있는 프로퍼티

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

rptSubjectAreas 보호되어 있는 프로퍼티

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