C# Class Engage.Dnn.Publish.ItemDisplayOptions

The main settings for Engage: Publish, loads the settings controls for the chosen display type
Inheritance: DotNetNuke.Entities.Modules.ModuleSettingsBase
ファイルを表示 Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
btnConfigure global::System.Web.UI.WebControls.LinkButton
chkAllowTitleUpdate global::System.Web.UI.WebControls.CheckBox
chkEnableWLWSupport global::System.Web.UI.WebControls.CheckBox
chkLogBreadcrumb global::System.Web.UI.WebControls.CheckBox
chkOverrideable global::System.Web.UI.WebControls.CheckBox
ddlChooseDisplayType global::System.Web.UI.WebControls.DropDownList
divArticleDisplay global::System.Web.UI.HtmlControls.HtmlGenericControl
divCategoryDisplay global::System.Web.UI.HtmlControls.HtmlGenericControl
dvAdvanced global::System.Web.UI.HtmlControls.HtmlGenericControl
dvBasic global::System.Web.UI.HtmlControls.HtmlGenericControl
lblCacheTime global::DotNetNuke.UI.UserControls.LabelControl
phControls global::System.Web.UI.WebControls.PlaceHolder
pnlConfigureOverrideable global::System.Web.UI.WebControls.Panel
shArticleDisplay global::DotNetNuke.UI.UserControls.SectionHeadControl
shCategoryDisplay global::DotNetNuke.UI.UserControls.SectionHeadControl
txtCacheTime global::System.Web.UI.WebControls.TextBox

Public Methods

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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Private Methods

Method Description
BtnConfigureClick ( object sender, EventArgs e ) : void
CreateSettingsControl ( string controlName ) : DotNetNuke.Entities.Modules.ModuleSettingsBase
DdlChooseDisplayTypeSelectedIndexChanged ( object sender, EventArgs e ) : void
DisplaySettingsControl ( ) : void
LoadSettingsControl ( string controlName ) : void
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

SetOptions ( ) : void
SupportsOverride ( string selectedDisplayType ) : bool

Gets a value indicating whether the given display type supports QueryString overriding.

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

Property Details

btnConfigure protected_oe property

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

chkAllowTitleUpdate protected_oe property

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

chkEnableWLWSupport protected_oe property

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

chkLogBreadcrumb protected_oe property

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

chkOverrideable protected_oe property

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

ddlChooseDisplayType protected_oe property

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

divArticleDisplay protected_oe property

divArticleDisplay control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divArticleDisplay
return global::System.Web.UI.HtmlControls.HtmlGenericControl

divCategoryDisplay protected_oe property

divCategoryDisplay control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divCategoryDisplay
return global::System.Web.UI.HtmlControls.HtmlGenericControl

dvAdvanced protected_oe property

dvAdvanced control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvAdvanced
return global::System.Web.UI.HtmlControls.HtmlGenericControl

dvBasic protected_oe property

dvBasic control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl dvBasic
return global::System.Web.UI.HtmlControls.HtmlGenericControl

lblCacheTime protected_oe property

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

phControls protected_oe property

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

pnlConfigureOverrideable protected_oe property

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

shArticleDisplay protected_oe property

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

shCategoryDisplay protected_oe property

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

txtCacheTime protected_oe property

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