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

Datei anzeigen Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
ddlCategoryList global::System.Web.UI.WebControls.DropDownList
ddlChildDisplay global::System.Web.UI.WebControls.DropDownList
ddlItemTypeList global::System.Web.UI.WebControls.DropDownList
ddlSortOption global::System.Web.UI.WebControls.DropDownList
ddlViewOptions global::System.Web.UI.WebControls.DropDownList
lblChooseCategory global::DotNetNuke.UI.UserControls.LabelControl
lblChooseChildDisplay global::DotNetNuke.UI.UserControls.LabelControl
lblChooseDisplayType global::DotNetNuke.UI.UserControls.LabelControl
lblChooseItemType global::DotNetNuke.UI.UserControls.LabelControl
lblSortOption global::DotNetNuke.UI.UserControls.LabelControl

Public Methods

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

Private Methods

Method Description
Save ( ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

Property Details

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

ddlChildDisplay protected_oe property

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

ddlViewOptions protected_oe property

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

lblChooseChildDisplay protected_oe property

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

lblChooseDisplayType protected_oe property

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

lblChooseItemType protected_oe property

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

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