C# Class Engage.Dnn.Publish.CategoryControls.CategoryList

Mostrar archivo Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
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

Property Type Description
BindData void
ConfigureAddLink void
FillDropDowns void
Page_Load void
cboItemType_SelectedIndexChanged void
cboWorkFlow_SelectedIndexChanged void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
btnFilter_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
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

Method Details

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

Property Details

Label1 protected_oe property

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

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

cboItemType protected_oe property

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
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

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

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

lnkAddNewCategory protected_oe property

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
return global::System.Web.UI.WebControls.HyperLink

phList protected_oe property

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
return global::System.Web.UI.WebControls.PlaceHolder

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