C# 클래스 Engage.Dnn.Publish.ArticleControls.ArticleList

파일 보기 프로젝트 열기: 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
cmdArchive 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
lnkAddNewArticle global::System.Web.UI.WebControls.HyperLink
txtArticleSearch global::System.Web.UI.WebControls.TextBox
upArticleListProgress global::System.Web.UI.UpdateProgress
upnlArticleList global::System.Web.UI.UpdatePanel

Private Properties

프로퍼티 타입 설명
BindData void
CboCategoriesSelectedIndexChanged void
CboWorkflowSelectedIndexChanged void
ConfigureAddLink void
FillDropDown void
GetGridData DataTable
GetLocalizedEditText string
GetLocalizedVersionText string
GetSortDirection string
Page_Load void
cmdApprove_Click void
cmdArchive_Click void
cmdBack_Click void
cmdDelete_Click void

보호된 메소드들

메소드 설명
GetArticleEditUrl ( object itemVersionId ) : string
GetDescription ( object description ) : string
GetVersionsUrl ( object itemId ) : string
OnInit ( EventArgs e ) : void
SortDataTable ( DataTable dataTable, bool isPageIndexChanging ) : DataView
btnFilter_Click ( object sender, EventArgs e ) : void
dgItems_PageIndexChanging ( object sender, GridViewPageEventArgs e ) : void
dgItems_Sorting ( object sender, GridViewSortEventArgs e ) : void

비공개 메소드들

메소드 설명
BindData ( ) : void
CboCategoriesSelectedIndexChanged ( object sender, EventArgs e ) : void
CboWorkflowSelectedIndexChanged ( object sender, EventArgs e ) : void
ConfigureAddLink ( ) : void
FillDropDown ( ) : void
GetGridData ( ) : DataTable
GetLocalizedEditText ( ) : string
GetLocalizedVersionText ( ) : string
GetSortDirection ( ) : string
Page_Load ( object sender, EventArgs e ) : void
cmdApprove_Click ( object sender, EventArgs e ) : void
cmdArchive_Click ( object sender, EventArgs e ) : void
cmdBack_Click ( object sender, EventArgs e ) : void
cmdDelete_Click ( object sender, EventArgs e ) : void

메소드 상세

GetArticleEditUrl() 보호된 메소드

protected GetArticleEditUrl ( object itemVersionId ) : string
itemVersionId object
리턴 string

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

protected static GetDescription ( object description ) : string
description object
리턴 string

GetVersionsUrl() 보호된 메소드

protected GetVersionsUrl ( object itemId ) : string
itemId object
리턴 string

OnInit() 보호된 메소드

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

SortDataTable() 보호된 메소드

protected SortDataTable ( DataTable dataTable, bool isPageIndexChanging ) : DataView
dataTable DataTable
isPageIndexChanging bool
리턴 DataView

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

dgItems_Sorting() 보호된 메소드

protected dgItems_Sorting ( object sender, GridViewSortEventArgs e ) : void
sender object
e GridViewSortEventArgs
리턴 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

cmdArchive 보호되어 있는 프로퍼티

cmdArchive control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton cmdArchive
리턴 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

lnkAddNewArticle 보호되어 있는 프로퍼티

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

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

upArticleListProgress 보호되어 있는 프로퍼티

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

upnlArticleList 보호되어 있는 프로퍼티

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