C# 클래스 Engage.Dnn.Publish.CategoryControls.CategoryList

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

보호된 프로퍼티들

프로퍼티 타입 설명
Label1 global::DotNetNuke.UI.UserControls.LabelControl
btnFilter global::System.Web.UI.WebControls.LinkButton
cboItemType global::System.Web.UI.WebControls.DropDownList
cboWorkflow global::System.Web.UI.WebControls.DropDownList
lblArticleSearch global::DotNetNuke.UI.UserControls.LabelControl
lblMessage global::System.Web.UI.WebControls.Label
lblWorkflow global::DotNetNuke.UI.UserControls.LabelControl
lnkAddNewCategory global::System.Web.UI.WebControls.HyperLink
phList global::System.Web.UI.WebControls.PlaceHolder
txtArticleSearch global::System.Web.UI.WebControls.TextBox

Private Properties

프로퍼티 타입 설명
BindData void
ConfigureAddLink void
FillDropDowns void
Page_Load void
cboItemType_SelectedIndexChanged void
cboWorkFlow_SelectedIndexChanged void

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
btnFilter_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
BindData ( ) : void
ConfigureAddLink ( ) : void
FillDropDowns ( ) : void
Page_Load ( object sender, EventArgs e ) : void
cboItemType_SelectedIndexChanged ( object sender, EventArgs e ) : void
cboWorkFlow_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

OnInit() 보호된 메소드

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

btnFilter_Click() 보호된 메소드

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

프로퍼티 상세

Label1 보호되어 있는 프로퍼티

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

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

cboItemType 보호되어 있는 프로퍼티

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

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

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

lnkAddNewCategory 보호되어 있는 프로퍼티

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

phList 보호되어 있는 프로퍼티

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

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