C# Class Engage.Dnn.Publish.CategoryControls.CategoryNLevelsOptions

Inheritance: DotNetNuke.Entities.Modules.ModuleSettingsBase
Mostra file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
chkHighlightCurrentItem global::System.Web.UI.WebControls.CheckBox
chkShowParentItem global::System.Web.UI.WebControls.CheckBox
ddlCategoryList global::System.Web.UI.WebControls.DropDownList
lblChooseCategory global::DotNetNuke.UI.UserControls.LabelControl
lblChooseNLevels global::DotNetNuke.UI.UserControls.LabelControl
lblHighlightCurrentItem global::DotNetNuke.UI.UserControls.LabelControl
lblShowParentItem global::DotNetNuke.UI.UserControls.LabelControl
txtNLevels global::System.Web.UI.WebControls.TextBox

Public Methods

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

Private Methods

Method Description
DdlCategoryListSelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

Property Details

chkHighlightCurrentItem protected_oe property

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

chkShowParentItem protected_oe property

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

ddlCategoryList protected_oe property

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

lblChooseCategory protected_oe property

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

lblChooseNLevels protected_oe property

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

lblHighlightCurrentItem protected_oe property

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

lblShowParentItem protected_oe property

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

txtNLevels protected_oe property

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