C# Класс Engage.Dnn.Publish.Controls.ItemListingOptions

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

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

Свойство Тип Описание
chkEnableRss global::System.Web.UI.WebControls.CheckBox
chkShowParent global::System.Web.UI.WebControls.CheckBox
ddlCategory global::System.Web.UI.WebControls.DropDownList
ddlDataType global::System.Web.UI.WebControls.DropDownList
ddlDisplayFormat global::System.Web.UI.WebControls.DropDownList
ddlItemTypeList global::System.Web.UI.WebControls.DropDownList
fvMaxItems global::System.Web.UI.WebControls.CustomValidator
lblEnableRss global::DotNetNuke.UI.UserControls.LabelControl
lblShowParent global::DotNetNuke.UI.UserControls.LabelControl
plCategory global::DotNetNuke.UI.UserControls.LabelControl
plDataType global::DotNetNuke.UI.UserControls.LabelControl
plFormatType global::DotNetNuke.UI.UserControls.LabelControl
plItemType global::DotNetNuke.UI.UserControls.LabelControl
plMaxItems global::DotNetNuke.UI.UserControls.LabelControl
txtMaxItems global::System.Web.UI.WebControls.TextBox

Private Properties

Свойство Тип Описание
DataBindItemTypeList void
ddlCategory_SelectedIndexChanged void
ddlDataType_SelectedIndexChanged void
fvMaxItems_ServerValidate void

Открытые методы

Метод Описание
LoadSettings ( ) : void
UpdateSettings ( ) : void

Приватные методы

Метод Описание
DataBindItemTypeList ( ) : void

Binds all item types to the item type DropDownList, as well as a default "Choose One" option.

ddlCategory_SelectedIndexChanged ( object sender, EventArgs e ) : void
ddlDataType_SelectedIndexChanged ( object sender, EventArgs e ) : void
fvMaxItems_ServerValidate ( object source, ServerValidateEventArgs args ) : void

Описание методов

LoadSettings() публичный Метод

public LoadSettings ( ) : void
Результат void

UpdateSettings() публичный Метод

public UpdateSettings ( ) : void
Результат void

Описание свойств

chkEnableRss защищенное свойство

chkEnableRss control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkEnableRss
Результат global::System.Web.UI.WebControls.CheckBox

chkShowParent защищенное свойство

chkShowParent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkShowParent
Результат global::System.Web.UI.WebControls.CheckBox

ddlCategory защищенное свойство

ddlCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlCategory
Результат global::System.Web.UI.WebControls.DropDownList

ddlDataType защищенное свойство

ddlDataType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlDataType
Результат global::System.Web.UI.WebControls.DropDownList

ddlDisplayFormat защищенное свойство

ddlDisplayFormat control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlDisplayFormat
Результат global::System.Web.UI.WebControls.DropDownList

ddlItemTypeList защищенное свойство

ddlItemTypeList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlItemTypeList
Результат global::System.Web.UI.WebControls.DropDownList

fvMaxItems защищенное свойство

fvMaxItems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator fvMaxItems
Результат global::System.Web.UI.WebControls.CustomValidator

lblEnableRss защищенное свойство

lblEnableRss control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblEnableRss
Результат global::DotNetNuke.UI.UserControls.LabelControl

lblShowParent защищенное свойство

lblShowParent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblShowParent
Результат global::DotNetNuke.UI.UserControls.LabelControl

plCategory защищенное свойство

plCategory control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl plCategory
Результат global::DotNetNuke.UI.UserControls.LabelControl

plDataType защищенное свойство

plDataType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl plDataType
Результат global::DotNetNuke.UI.UserControls.LabelControl

plFormatType защищенное свойство

plFormatType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl plFormatType
Результат global::DotNetNuke.UI.UserControls.LabelControl

plItemType защищенное свойство

plItemType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl plItemType
Результат global::DotNetNuke.UI.UserControls.LabelControl

plMaxItems защищенное свойство

plMaxItems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl plMaxItems
Результат global::DotNetNuke.UI.UserControls.LabelControl

txtMaxItems защищенное свойство

txtMaxItems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtMaxItems
Результат global::System.Web.UI.WebControls.TextBox