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

Afficher le fichier Open project: EngageSoftware/Engage-Publish

Protected Properties

Свойство 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

Свойство 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

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected BuildName ( object firstName, object lastName ) : string
firstName object
lastName object
Résultat string

GetCommentEditUrl() protected méthode

protected GetCommentEditUrl ( object commentId ) : string
commentId object
Résultat string

GetCommentText() protected static méthode

protected static GetCommentText ( object commentText ) : string
commentText object
Résultat string

GetShortCommentText() protected static méthode

protected static GetShortCommentText ( object commentText ) : string
commentText object
Résultat string

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

btnFilter_Click() protected méthode

protected btnFilter_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

dgItems_PageIndexChanging() protected méthode

protected dgItems_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
sender object
e GridViewPageEventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox