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

Inheritance: OverrideableDisplayOptionsBase
Mostrar archivo Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
chkAllowPaging global::System.Web.UI.WebControls.CheckBox
chkDisplayOptions global::System.Web.UI.WebControls.CheckBoxList
chkEnableRss global::System.Web.UI.WebControls.CheckBox
chkRelatedItem global::System.Web.UI.WebControls.CheckBox
chkRelatedItemLevel global::System.Web.UI.WebControls.CheckBox
chkShowAll global::System.Web.UI.WebControls.CheckBox
chkShowParent global::System.Web.UI.WebControls.CheckBox
chkShowParentDescription global::System.Web.UI.WebControls.CheckBox
chkUseCustomSort global::System.Web.UI.WebControls.CheckBox
ddlCategory global::System.Web.UI.WebControls.DropDownList
ddlItemTypeList global::System.Web.UI.WebControls.DropDownList
ddlSortOption global::System.Web.UI.WebControls.DropDownList
fvMaxItems global::System.Web.UI.WebControls.CustomValidator
lblAllowPaging global::DotNetNuke.UI.UserControls.LabelControl
lblCustomSort global::DotNetNuke.UI.UserControls.LabelControl
lblDateFormat global::DotNetNuke.UI.UserControls.LabelControl
lblDisplaySetting global::System.Web.UI.WebControls.Label
lblEnableRss global::DotNetNuke.UI.UserControls.LabelControl
lblEnterNumber global::System.Web.UI.WebControls.Label
lblLoadRelated global::DotNetNuke.UI.UserControls.LabelControl
lblLoadRelatedLevel global::DotNetNuke.UI.UserControls.LabelControl
lblOtherSettings global::System.Web.UI.WebControls.Label
lblShowParent global::DotNetNuke.UI.UserControls.LabelControl
lblShowParentDescription global::DotNetNuke.UI.UserControls.LabelControl
lblSortHeading global::System.Web.UI.WebControls.Label
lblSortOption global::DotNetNuke.UI.UserControls.LabelControl
lnkSortCategory global::System.Web.UI.WebControls.HyperLink
plCategory global::DotNetNuke.UI.UserControls.LabelControl
plFormatType global::DotNetNuke.UI.UserControls.LabelControl
plItemType global::DotNetNuke.UI.UserControls.LabelControl
plMaxItems global::DotNetNuke.UI.UserControls.LabelControl
rbSortDirection global::System.Web.UI.WebControls.RadioButtonList
txtDateFormat global::System.Web.UI.WebControls.TextBox
txtMaxItems global::System.Web.UI.WebControls.TextBox

Public Methods

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

Private Methods

Method Description
BuildSortUrl ( ) : string
chkShowAll_CheckedChanged ( object sender, EventArgs e ) : void
ddlCategory_SelectedIndexChanged ( object sender, EventArgs e ) : void
ddlItemTypeList_SelectedIndexChanged ( object sender, EventArgs e ) : void
fvMaxItems_ServerValidate ( object source, System.Web.UI.WebControls.ServerValidateEventArgs args ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

Property Details

chkAllowPaging protected_oe property

chkAllowPaging control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkAllowPaging
return global::System.Web.UI.WebControls.CheckBox

chkDisplayOptions protected_oe property

chkDisplayOptions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBoxList chkDisplayOptions
return global::System.Web.UI.WebControls.CheckBoxList

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

chkRelatedItem protected_oe property

chkRelatedItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkRelatedItem
return global::System.Web.UI.WebControls.CheckBox

chkRelatedItemLevel protected_oe property

chkRelatedItemLevel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkRelatedItemLevel
return global::System.Web.UI.WebControls.CheckBox

chkShowAll protected_oe property

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

chkShowParentDescription protected_oe property

chkShowParentDescription control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox chkShowParentDescription
return global::System.Web.UI.WebControls.CheckBox

chkUseCustomSort protected_oe property

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

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

ddlSortOption protected_oe property

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

lblAllowPaging protected_oe property

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

lblCustomSort protected_oe property

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

lblDateFormat protected_oe property

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

lblDisplaySetting protected_oe property

lblDisplaySetting control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblDisplaySetting
return global::System.Web.UI.WebControls.Label

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

lblEnterNumber protected_oe property

lblEnterNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblEnterNumber
return global::System.Web.UI.WebControls.Label

lblLoadRelated protected_oe property

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

lblLoadRelatedLevel protected_oe property

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

lblOtherSettings protected_oe property

lblOtherSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblOtherSettings
return global::System.Web.UI.WebControls.Label

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

lblShowParentDescription protected_oe property

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

lblSortHeading protected_oe property

lblSortHeading control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSortHeading
return global::System.Web.UI.WebControls.Label

lblSortOption protected_oe property

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

lnkSortCategory protected_oe property

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

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

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

rbSortDirection protected_oe property

rbSortDirection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList rbSortDirection
return global::System.Web.UI.WebControls.RadioButtonList

txtDateFormat protected_oe property

txtDateFormat control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtDateFormat
return global::System.Web.UI.WebControls.TextBox

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