C# 클래스 Engage.Dnn.Publish.Controls.CommentDisplay

상속: CommentDisplayBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

프로퍼티 타입 설명
btnNext global::System.Web.UI.WebControls.LinkButton
btnPrevious global::System.Web.UI.WebControls.LinkButton
divPager global::System.Web.UI.HtmlControls.HtmlGenericControl
dlCommentText global::System.Web.UI.WebControls.Repeater
lblNoComments global::System.Web.UI.WebControls.Label
upnlCommentDisplay global::System.Web.UI.UpdatePanel

Private Properties

프로퍼티 타입 설명
DisplayComment void
LoadArticle void
Page_Load void
btnNext_Click void

공개 메소드들

메소드 설명
BuildCommentNameDate ( object firstName, object lastName, object url, object date ) : string

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

비공개 메소드들

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

메소드 상세

BuildCommentNameDate() 공개 메소드

public BuildCommentNameDate ( object firstName, object lastName, object url, object date ) : string
firstName object
lastName object
url object
date object
리턴 string

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

btnNext 보호되어 있는 프로퍼티

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

btnPrevious 보호되어 있는 프로퍼티

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

divPager 보호되어 있는 프로퍼티

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

dlCommentText 보호되어 있는 프로퍼티

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

lblNoComments 보호되어 있는 프로퍼티

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

upnlCommentDisplay 보호되어 있는 프로퍼티

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