C# 클래스 DotNetNuke.Modules.UserDefinedTable.Settings

파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

보호된 프로퍼티들

프로퍼티 타입 설명
chkCaptcha global::System.Web.UI.WebControls.CheckBox
chkDisplayColumns global::System.Web.UI.WebControls.CheckBox
chkEditOwnData global::System.Web.UI.WebControls.CheckBox
chkHideSystemColumns global::System.Web.UI.WebControls.CheckBox
chkInputFiltering global::System.Web.UI.WebControls.CheckBox
chkPrivateColumns global::System.Web.UI.WebControls.CheckBox
lblUserRecordQuota global::DotNetNuke.UI.UserControls.LabelControl
txtUserRecordQuota global::System.Web.UI.WebControls.TextBox

공개 메소드들

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

메소드 상세

LoadSettings() 공개 메소드

public LoadSettings ( ) : void
리턴 void

UpdateSettings() 공개 메소드

public UpdateSettings ( ) : void
리턴 void

프로퍼티 상세

chkCaptcha 보호되어 있는 프로퍼티

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

chkDisplayColumns 보호되어 있는 프로퍼티

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

chkEditOwnData 보호되어 있는 프로퍼티

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

chkHideSystemColumns 보호되어 있는 프로퍼티

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

chkInputFiltering 보호되어 있는 프로퍼티

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

chkPrivateColumns 보호되어 있는 프로퍼티

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

lblUserRecordQuota 보호되어 있는 프로퍼티

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

txtUserRecordQuota 보호되어 있는 프로퍼티

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