C# Класс Engage.Dnn.Publish.CategoryControls.CategoryList

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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