C# 클래스 Engage.Dnn.Publish.ArticleControls.ArticleDisplayOptions

파일 보기 프로젝트 열기: EngageSoftware/Engage-Publish

보호된 프로퍼티들

프로퍼티 타입 설명
ArticleSelectorControl global::Engage.Dnn.Publish.Controls.ArticleSelector
chkCommentDisplay global::System.Web.UI.WebControls.CheckBox
chkCommentSubmit global::System.Web.UI.WebControls.CheckBox
chkDisplayPhotoGallery global::System.Web.UI.WebControls.CheckBox
chkEmailAddressCollect global::System.Web.UI.WebControls.CheckBox
chkUrlCollect global::System.Web.UI.WebControls.CheckBox
cvPhotoGalleryHoverThumbnailHeight global::System.Web.UI.WebControls.CompareValidator
cvPhotoGalleryHoverThumbnailWidth global::System.Web.UI.WebControls.CompareValidator
cvPhotoGalleryThumbnailHeight global::System.Web.UI.WebControls.CompareValidator
cvPhotoGalleryThumbnailWidth global::System.Web.UI.WebControls.CompareValidator
ddlDisplayComments global::System.Web.UI.WebControls.DropDownList
ddlDisplayRatings global::System.Web.UI.WebControls.DropDownList
ddlFirstNameCollect global::System.Web.UI.WebControls.DropDownList
ddlLastNameCollect global::System.Web.UI.WebControls.DropDownList
lblCommentDisplay global::DotNetNuke.UI.UserControls.LabelControl
lblCommentSubmit global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayComments global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayPhotoGallery global::DotNetNuke.UI.UserControls.LabelControl
lblDisplayRatings global::DotNetNuke.UI.UserControls.LabelControl
lblEmailAddressCollect global::DotNetNuke.UI.UserControls.LabelControl
lblEnableComments global::System.Web.UI.WebControls.Label
lblEnablePhotoGallery global::System.Web.UI.WebControls.Label
lblEnableRatings global::System.Web.UI.WebControls.Label
lblFirstNameCollect global::DotNetNuke.UI.UserControls.LabelControl
lblLastNameCollect global::DotNetNuke.UI.UserControls.LabelControl
lblLastUpdatedFormat global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryHoverThumbnailHeight global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryHoverThumbnailWidth global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryMaxCount global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryThumbnailHeight global::DotNetNuke.UI.UserControls.LabelControl
lblPhotoGalleryThumbnailWidth global::DotNetNuke.UI.UserControls.LabelControl
lblUrlCollect global::DotNetNuke.UI.UserControls.LabelControl
pnlCommentSettings global::System.Web.UI.WebControls.Panel
pnlPhotoGallerySettings global::System.Web.UI.WebControls.Panel
pnlRatingsSettings global::System.Web.UI.WebControls.Panel
txtLastUpdatedFormat global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryHoverThumbnailHeight global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryHoverThumbnailWidth global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryMaxCount global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryThumbnailHeight global::System.Web.UI.WebControls.TextBox
txtPhotoGalleryThumbnailWidth global::System.Web.UI.WebControls.TextBox

Private Properties

프로퍼티 타입 설명
FillDropDowns void
SetCommentOptionsVisibility void
SetInitialValues void
SetPhotoGalleryOptionsVisibility void
SetRatingsOptionsVisibility void

공개 메소드들

메소드 설명
LoadSettings ( ) : void

Loads the settings for this module instance.

UpdateSettings ( ) : void

Updates the settings for this module instance.

비공개 메소드들

메소드 설명
FillDropDowns ( ) : void

Fills the drop downs on this control with their possible values.

SetCommentOptionsVisibility ( bool commentsEnabled ) : void

Sets the visibility of the comment options, showing a message if the settings are not available.

SetInitialValues ( ) : void

Sets the values on this form based on the settings stored for this module instance

SetPhotoGalleryOptionsVisibility ( bool photoGallerySettingEnabled ) : void

Sets the visibility of the photo gallery options, showing a message if the settings are not available.

SetRatingsOptionsVisibility ( bool ratingsEnabled ) : void

Sets the visibility of the ratings options, showing a message if the settings are not available.

메소드 상세

LoadSettings() 공개 메소드

Loads the settings for this module instance.
public LoadSettings ( ) : void
리턴 void

UpdateSettings() 공개 메소드

Updates the settings for this module instance.
public UpdateSettings ( ) : void
리턴 void

프로퍼티 상세

ArticleSelectorControl 보호되어 있는 프로퍼티

ArticleSelectorControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Publish.Controls.ArticleSelector ArticleSelectorControl
리턴 global::Engage.Dnn.Publish.Controls.ArticleSelector

chkCommentDisplay 보호되어 있는 프로퍼티

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

chkCommentSubmit 보호되어 있는 프로퍼티

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

chkDisplayPhotoGallery 보호되어 있는 프로퍼티

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

chkEmailAddressCollect 보호되어 있는 프로퍼티

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

chkUrlCollect 보호되어 있는 프로퍼티

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

cvPhotoGalleryHoverThumbnailHeight 보호되어 있는 프로퍼티

cvPhotoGalleryHoverThumbnailHeight control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator cvPhotoGalleryHoverThumbnailHeight
리턴 global::System.Web.UI.WebControls.CompareValidator

cvPhotoGalleryHoverThumbnailWidth 보호되어 있는 프로퍼티

cvPhotoGalleryHoverThumbnailWidth control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator cvPhotoGalleryHoverThumbnailWidth
리턴 global::System.Web.UI.WebControls.CompareValidator

cvPhotoGalleryThumbnailHeight 보호되어 있는 프로퍼티

cvPhotoGalleryThumbnailHeight control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator cvPhotoGalleryThumbnailHeight
리턴 global::System.Web.UI.WebControls.CompareValidator

cvPhotoGalleryThumbnailWidth 보호되어 있는 프로퍼티

cvPhotoGalleryThumbnailWidth control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator cvPhotoGalleryThumbnailWidth
리턴 global::System.Web.UI.WebControls.CompareValidator

ddlDisplayComments 보호되어 있는 프로퍼티

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

ddlDisplayRatings 보호되어 있는 프로퍼티

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

ddlFirstNameCollect 보호되어 있는 프로퍼티

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

ddlLastNameCollect 보호되어 있는 프로퍼티

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

lblCommentDisplay 보호되어 있는 프로퍼티

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

lblCommentSubmit 보호되어 있는 프로퍼티

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

lblDisplayComments 보호되어 있는 프로퍼티

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

lblDisplayPhotoGallery 보호되어 있는 프로퍼티

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

lblDisplayRatings 보호되어 있는 프로퍼티

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

lblEmailAddressCollect 보호되어 있는 프로퍼티

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

lblEnableComments 보호되어 있는 프로퍼티

lblEnableComments control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblEnableComments
리턴 global::System.Web.UI.WebControls.Label

lblEnablePhotoGallery 보호되어 있는 프로퍼티

lblEnablePhotoGallery control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblEnablePhotoGallery
리턴 global::System.Web.UI.WebControls.Label

lblEnableRatings 보호되어 있는 프로퍼티

lblEnableRatings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblEnableRatings
리턴 global::System.Web.UI.WebControls.Label

lblFirstNameCollect 보호되어 있는 프로퍼티

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

lblLastNameCollect 보호되어 있는 프로퍼티

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

lblLastUpdatedFormat 보호되어 있는 프로퍼티

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

lblPhotoGalleryHoverThumbnailHeight 보호되어 있는 프로퍼티

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

lblPhotoGalleryHoverThumbnailWidth 보호되어 있는 프로퍼티

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

lblPhotoGalleryMaxCount 보호되어 있는 프로퍼티

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

lblPhotoGalleryThumbnailHeight 보호되어 있는 프로퍼티

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

lblPhotoGalleryThumbnailWidth 보호되어 있는 프로퍼티

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

lblUrlCollect 보호되어 있는 프로퍼티

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

pnlCommentSettings 보호되어 있는 프로퍼티

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

pnlPhotoGallerySettings 보호되어 있는 프로퍼티

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

pnlRatingsSettings 보호되어 있는 프로퍼티

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

txtLastUpdatedFormat 보호되어 있는 프로퍼티

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

txtPhotoGalleryHoverThumbnailHeight 보호되어 있는 프로퍼티

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

txtPhotoGalleryHoverThumbnailWidth 보호되어 있는 프로퍼티

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

txtPhotoGalleryMaxCount 보호되어 있는 프로퍼티

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

txtPhotoGalleryThumbnailHeight 보호되어 있는 프로퍼티

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

txtPhotoGalleryThumbnailWidth 보호되어 있는 프로퍼티

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