C# 클래스 Engage.Dnn.Publish.Admin.CommentList

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

보호된 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
BindData void
FillDropDown void
GetLocalizedEditText string
Page_Load void
cboCategories_SelectedIndexChanged void
cboWorkflow_SelectedIndexChanged void
cmdApprove_Click void
cmdBack_Click void
cmdDelete_Click void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BuildName() 보호된 메소드

protected BuildName ( object firstName, object lastName ) : string
firstName object
lastName object
리턴 string

GetCommentEditUrl() 보호된 메소드

protected GetCommentEditUrl ( object commentId ) : string
commentId object
리턴 string

GetCommentText() 보호된 정적인 메소드

protected static GetCommentText ( object commentText ) : string
commentText object
리턴 string

GetShortCommentText() 보호된 정적인 메소드

protected static GetShortCommentText ( object commentText ) : string
commentText object
리턴 string

OnInit() 보호된 메소드

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

btnFilter_Click() 보호된 메소드

protected btnFilter_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

dgItems_PageIndexChanging() 보호된 메소드

protected dgItems_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
sender object
e GridViewPageEventArgs
리턴 void

프로퍼티 상세

btnFilter 보호되어 있는 프로퍼티

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

cboCategories 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

cboWorkflow 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

cmdApprove 보호되어 있는 프로퍼티

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

cmdBack 보호되어 있는 프로퍼티

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

cmdDelete 보호되어 있는 프로퍼티

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

dgItems 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.GridView

lblArticleSearch 보호되어 있는 프로퍼티

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

lblItemType 보호되어 있는 프로퍼티

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

lblMessage 보호되어 있는 프로퍼티

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

lblWorkflow 보호되어 있는 프로퍼티

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

txtArticleSearch 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox