C# Class Engage.Dnn.Publish.Admin.CommentList

Exibir arquivo Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
btnFilter global::System.Web.UI.WebControls.LinkButton
cboCategories global::System.Web.UI.WebControls.DropDownList
cboWorkflow global::System.Web.UI.WebControls.DropDownList
cmdApprove global::System.Web.UI.WebControls.LinkButton
cmdBack global::System.Web.UI.WebControls.LinkButton
cmdDelete global::System.Web.UI.WebControls.LinkButton
dgItems global::System.Web.UI.WebControls.GridView
lblArticleSearch global::DotNetNuke.UI.UserControls.LabelControl
lblItemType global::DotNetNuke.UI.UserControls.LabelControl
lblMessage global::System.Web.UI.WebControls.Label
lblWorkflow global::DotNetNuke.UI.UserControls.LabelControl
txtArticleSearch global::System.Web.UI.WebControls.TextBox

Private Properties

Property Type Description
BindData void
FillDropDown void
GetLocalizedEditText string
Page_Load void
cboCategories_SelectedIndexChanged void
cboWorkflow_SelectedIndexChanged void
cmdApprove_Click void
cmdBack_Click void
cmdDelete_Click void

Protected Methods

Method Description
BuildName ( object firstName, object lastName ) : string
GetCommentEditUrl ( object commentId ) : string
GetCommentText ( object commentText ) : string
GetShortCommentText ( object commentText ) : string
OnInit ( EventArgs e ) : void
btnFilter_Click ( object sender, EventArgs e ) : void
dgItems_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void

Private Methods

Method Description
BindData ( ) : void
FillDropDown ( ) : void
GetLocalizedEditText ( ) : string
Page_Load ( object sender, EventArgs e ) : void
cboCategories_SelectedIndexChanged ( object sender, EventArgs e ) : void
cboWorkflow_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmdApprove_Click ( object sender, EventArgs e ) : void
cmdBack_Click ( object sender, EventArgs e ) : void
cmdDelete_Click ( object sender, EventArgs e ) : void

Method Details

BuildName() protected method

protected BuildName ( object firstName, object lastName ) : string
firstName object
lastName object
return string

GetCommentEditUrl() protected method

protected GetCommentEditUrl ( object commentId ) : string
commentId object
return string

GetCommentText() protected static method

protected static GetCommentText ( object commentText ) : string
commentText object
return string

GetShortCommentText() protected static method

protected static GetShortCommentText ( object commentText ) : string
commentText object
return string

OnInit() protected method

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

btnFilter_Click() protected method

protected btnFilter_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

dgItems_PageIndexChanging() protected method

protected dgItems_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
sender object
e GridViewPageEventArgs
return void

Property Details

btnFilter protected_oe property

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

cboCategories protected_oe property

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

cboWorkflow protected_oe property

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

cmdApprove protected_oe property

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

cmdBack protected_oe property

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

cmdDelete protected_oe property

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

dgItems protected_oe property

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

lblArticleSearch protected_oe property

lblArticleSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblArticleSearch
return global::DotNetNuke.UI.UserControls.LabelControl

lblItemType protected_oe property

lblItemType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblItemType
return global::DotNetNuke.UI.UserControls.LabelControl

lblMessage protected_oe property

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

lblWorkflow protected_oe property

lblWorkflow control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblWorkflow
return global::DotNetNuke.UI.UserControls.LabelControl

txtArticleSearch protected_oe property

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