C# Class Engage.Dnn.Publish.Controls.CommentDisplay

Inheritance: CommentDisplayBase
Show file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
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

Property Type Description
DisplayComment void
LoadArticle void
Page_Load void
btnNext_Click void

Public Methods

Method Description
BuildCommentNameDate ( object firstName, object lastName, object url, object date ) : string

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
DisplayComment ( ) : void
LoadArticle ( ) : void
Page_Load ( object sender, EventArgs e ) : void
btnNext_Click ( object sender, EventArgs e ) : void

Method Details

BuildCommentNameDate() public method

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

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

btnNext protected property

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
return global::System.Web.UI.WebControls.LinkButton

btnPrevious protected property

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
return global::System.Web.UI.WebControls.LinkButton

divPager protected property

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
return global::System.Web.UI.HtmlControls.HtmlGenericControl

dlCommentText protected property

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

lblNoComments protected property

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
return global::System.Web.UI.WebControls.Label

upnlCommentDisplay protected property

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