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

Inheritance: OverrideableDisplayOptionsBase
Show file 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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