C# Class Engage.Dnn.Publish.Controls.ItemListingOptions

ファイルを表示 Open project: EngageSoftware/Engage-Publish

Protected Properties

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

Property Type Description
DataBindItemTypeList void
ddlCategory_SelectedIndexChanged void
ddlDataType_SelectedIndexChanged void
fvMaxItems_ServerValidate void

Public Methods

Method Description
LoadSettings ( ) : void
UpdateSettings ( ) : void

Private Methods

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

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

Property Details

chkEnableRss protected_oe property

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

chkShowParent protected_oe property

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

ddlCategory protected_oe property

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

ddlDataType protected_oe property

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

ddlDisplayFormat protected_oe property

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

ddlItemTypeList protected_oe property

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

fvMaxItems protected_oe property

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

lblEnableRss protected_oe property

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

lblShowParent protected_oe property

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

plCategory protected_oe property

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

plDataType protected_oe property

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

plFormatType protected_oe property

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

plItemType protected_oe property

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

plMaxItems protected_oe property

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

txtMaxItems protected_oe property

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