C# 클래스 Engage.Dnn.Publish.ItemDisplayOptions

The main settings for Engage: Publish, loads the settings controls for the chosen display type
상속: DotNetNuke.Entities.Modules.ModuleSettingsBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

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

공개 메소드들

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

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

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

비공개 메소드들

메소드 설명
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.

메소드 상세

LoadSettings() 공개 메소드

public LoadSettings ( ) : void
리턴 void

OnInit() 보호된 메소드

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

UpdateSettings() 공개 메소드

public UpdateSettings ( ) : void
리턴 void

프로퍼티 상세

btnConfigure 보호되어 있는 프로퍼티

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

chkAllowTitleUpdate 보호되어 있는 프로퍼티

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

chkEnableWLWSupport 보호되어 있는 프로퍼티

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

chkLogBreadcrumb 보호되어 있는 프로퍼티

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

chkOverrideable 보호되어 있는 프로퍼티

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

ddlChooseDisplayType 보호되어 있는 프로퍼티

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

divArticleDisplay 보호되어 있는 프로퍼티

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

divCategoryDisplay 보호되어 있는 프로퍼티

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

dvAdvanced 보호되어 있는 프로퍼티

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

dvBasic 보호되어 있는 프로퍼티

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

lblCacheTime 보호되어 있는 프로퍼티

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

phControls 보호되어 있는 프로퍼티

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

pnlConfigureOverrideable 보호되어 있는 프로퍼티

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

shArticleDisplay 보호되어 있는 프로퍼티

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

shCategoryDisplay 보호되어 있는 프로퍼티

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

txtCacheTime 보호되어 있는 프로퍼티

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