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

Inheritance: DotNetNuke.Entities.Modules.ModuleSettingsBase
Afficher le fichier Open project: EngageSoftware/Engage-Publish

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
LoadSettings ( ) : void
UpdateSettings ( ) : void

Private Methods

Méthode Description
DdlCategoryListSelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

UpdateSettings() public méthode

public UpdateSettings ( ) : void
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox