C# 클래스 Engage.Dnn.Publish.CategoryControls.CategoryNLevelsOptions

상속: DotNetNuke.Entities.Modules.ModuleSettingsBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
LoadSettings ( ) : void
UpdateSettings ( ) : void

비공개 메소드들

메소드 설명
DdlCategoryListSelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

LoadSettings() 공개 메소드

public LoadSettings ( ) : void
리턴 void

UpdateSettings() 공개 메소드

public UpdateSettings ( ) : void
리턴 void

프로퍼티 상세

chkHighlightCurrentItem 보호되어 있는 프로퍼티

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

chkShowParentItem 보호되어 있는 프로퍼티

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

ddlCategoryList 보호되어 있는 프로퍼티

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

lblChooseCategory 보호되어 있는 프로퍼티

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

lblChooseNLevels 보호되어 있는 프로퍼티

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

lblHighlightCurrentItem 보호되어 있는 프로퍼티

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

lblShowParentItem 보호되어 있는 프로퍼티

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

txtNLevels 보호되어 있는 프로퍼티

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