C# 클래스 DotNetNuke.Modules.UserDefinedTable.Controls.Field

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

보호된 프로퍼티들

프로퍼티 타입 설명
DefaultLabel LabelControl
FormFieldSettings global::DotNetNuke.Modules.UserDefinedTable.Controls.FieldSettings
InputSettingsLabel LabelControl
ListFieldSettings global::DotNetNuke.Modules.UserDefinedTable.Controls.FieldSettings
MultipleValuesLabel LabelControl
NormalizeFlagLabel LabelControl
OutputSettingsLabel LabelControl
ShowOnEditLabel LabelControl
cboFieldType global::System.Web.UI.WebControls.DropDownList
cboInputSettings global::System.Web.UI.WebControls.DropDownList
chkDisplayOnList global::System.Web.UI.WebControls.CheckBox
chkMultipleValues global::System.Web.UI.WebControls.CheckBox
chkNormalizeFlag global::System.Web.UI.WebControls.CheckBox
chkRequired global::System.Web.UI.WebControls.CheckBox
chkRestrictedFormField global::System.Web.UI.WebControls.CheckBox
chkSearchable global::System.Web.UI.WebControls.CheckBox
chkShowOnEdit global::System.Web.UI.WebControls.CheckBox
cmdCancel global::DotNetNuke.UI.WebControls.CommandButton
cmdUpdate global::DotNetNuke.UI.WebControls.CommandButton
divError global::System.Web.UI.HtmlControls.HtmlGenericControl
divWarning global::System.Web.UI.HtmlControls.HtmlGenericControl
hlpColumns global::System.Web.UI.WebControls.HyperLink
hlpToken global::System.Web.UI.WebControls.HyperLink
imgRequired global::System.Web.UI.WebControls.Image
lblEditStyle global::System.Web.UI.UserControl
lblFieldType global::System.Web.UI.WebControls.Label
lblFormsettings global::System.Web.UI.WebControls.Label
lblHelpText global::System.Web.UI.UserControl
lblListSettings global::System.Web.UI.WebControls.Label
lblSearchable global::System.Web.UI.UserControl
lblType global::System.Web.UI.WebControls.Label
lblValidationMessage global::System.Web.UI.UserControl
lblValidationRule global::System.Web.UI.UserControl
panDefault global::System.Web.UI.HtmlControls.HtmlGenericControl
panEditStyle global::System.Web.UI.HtmlControls.HtmlGenericControl
panHelpText global::System.Web.UI.HtmlControls.HtmlGenericControl
panInputSettings global::System.Web.UI.HtmlControls.HtmlGenericControl
panMultipleValues global::System.Web.UI.HtmlControls.HtmlGenericControl
panNormalizeFlag global::System.Web.UI.HtmlControls.HtmlGenericControl
panOutputSettings global::System.Web.UI.HtmlControls.HtmlGenericControl
panShowOnEdit global::System.Web.UI.HtmlControls.HtmlGenericControl
panValidationMessage global::System.Web.UI.HtmlControls.HtmlGenericControl
panValidationRule global::System.Web.UI.HtmlControls.HtmlGenericControl
rblListType global::System.Web.UI.WebControls.RadioButtonList
txtDefault global::System.Web.UI.WebControls.TextBox
txtEditStyle global::System.Web.UI.WebControls.TextBox
txtFieldTitle global::System.Web.UI.WebControls.TextBox
txtHelpText global::System.Web.UI.WebControls.TextBox
txtInputSettings global::System.Web.UI.WebControls.TextBox
txtOutputSettings global::System.Web.UI.WebControls.TextBox
txtValidationMessage global::System.Web.UI.WebControls.TextBox
txtValidationRule global::System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
Bind ( ) : void

보호된 메소드들

메소드 설명
CheckCast ( DataType newType ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
SetHelpLinks ( ) : void
ShowErrorMessage ( string message ) : void
ShowOrHideSettingsByType ( DataType selectedType ) : void
ShowWarning ( string message ) : void
UpdateField ( ) : void
cboFieldType_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmdCancel_Click ( object sender, EventArgs e ) : void
cmdUpdate_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetFieldTitle ( ) : string
GetInputSettings ( ) : string
IsAllowedFieldTitle ( string title ) : bool
IsNewField ( int id ) : bool
IsUniqueFieldTitle ( string fieldTitle, string oldfieldtitle ) : bool

메소드 상세

Bind() 공개 메소드

public Bind ( ) : void
리턴 void

CheckCast() 보호된 메소드

protected CheckCast ( DataType newType ) : void
newType DataType
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

SetHelpLinks() 보호된 메소드

protected SetHelpLinks ( ) : void
리턴 void

ShowErrorMessage() 보호된 메소드

protected ShowErrorMessage ( string message ) : void
message string
리턴 void

ShowOrHideSettingsByType() 보호된 메소드

protected ShowOrHideSettingsByType ( DataType selectedType ) : void
selectedType DataType
리턴 void

ShowWarning() 보호된 메소드

protected ShowWarning ( string message ) : void
message string
리턴 void

UpdateField() 보호된 메소드

protected UpdateField ( ) : void
리턴 void

cboFieldType_SelectedIndexChanged() 보호된 메소드

protected cboFieldType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

cmdCancel_Click() 보호된 메소드

protected cmdCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

cmdUpdate_Click() 보호된 메소드

protected cmdUpdate_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

DefaultLabel 보호되어 있는 프로퍼티

protected LabelControl DefaultLabel
리턴 LabelControl

FormFieldSettings 보호되어 있는 프로퍼티

FormFieldSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Modules.UserDefinedTable.Controls.FieldSettings FormFieldSettings
리턴 global::DotNetNuke.Modules.UserDefinedTable.Controls.FieldSettings

InputSettingsLabel 보호되어 있는 프로퍼티

protected LabelControl InputSettingsLabel
리턴 LabelControl

ListFieldSettings 보호되어 있는 프로퍼티

ListFieldSettings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Modules.UserDefinedTable.Controls.FieldSettings ListFieldSettings
리턴 global::DotNetNuke.Modules.UserDefinedTable.Controls.FieldSettings

MultipleValuesLabel 보호되어 있는 프로퍼티

protected LabelControl MultipleValuesLabel
리턴 LabelControl

NormalizeFlagLabel 보호되어 있는 프로퍼티

protected LabelControl NormalizeFlagLabel
리턴 LabelControl

OutputSettingsLabel 보호되어 있는 프로퍼티

protected LabelControl OutputSettingsLabel
리턴 LabelControl

ShowOnEditLabel 보호되어 있는 프로퍼티

protected LabelControl ShowOnEditLabel
리턴 LabelControl

cboFieldType 보호되어 있는 프로퍼티

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

cboInputSettings 보호되어 있는 프로퍼티

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

chkDisplayOnList 보호되어 있는 프로퍼티

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

chkMultipleValues 보호되어 있는 프로퍼티

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

chkNormalizeFlag 보호되어 있는 프로퍼티

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

chkRequired 보호되어 있는 프로퍼티

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

chkRestrictedFormField 보호되어 있는 프로퍼티

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

chkSearchable 보호되어 있는 프로퍼티

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

chkShowOnEdit 보호되어 있는 프로퍼티

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

cmdCancel 보호되어 있는 프로퍼티

cmdCancel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.CommandButton cmdCancel
리턴 global::DotNetNuke.UI.WebControls.CommandButton

cmdUpdate 보호되어 있는 프로퍼티

cmdUpdate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.WebControls.CommandButton cmdUpdate
리턴 global::DotNetNuke.UI.WebControls.CommandButton

divError 보호되어 있는 프로퍼티

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

divWarning 보호되어 있는 프로퍼티

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

hlpColumns 보호되어 있는 프로퍼티

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

hlpToken 보호되어 있는 프로퍼티

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

imgRequired 보호되어 있는 프로퍼티

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

lblEditStyle 보호되어 있는 프로퍼티

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

lblFieldType 보호되어 있는 프로퍼티

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

lblFormsettings 보호되어 있는 프로퍼티

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

lblHelpText 보호되어 있는 프로퍼티

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

lblListSettings 보호되어 있는 프로퍼티

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

lblSearchable 보호되어 있는 프로퍼티

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

lblType 보호되어 있는 프로퍼티

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

lblValidationMessage 보호되어 있는 프로퍼티

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

lblValidationRule 보호되어 있는 프로퍼티

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

panDefault 보호되어 있는 프로퍼티

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

panEditStyle 보호되어 있는 프로퍼티

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

panHelpText 보호되어 있는 프로퍼티

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

panInputSettings 보호되어 있는 프로퍼티

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

panMultipleValues 보호되어 있는 프로퍼티

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

panNormalizeFlag 보호되어 있는 프로퍼티

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

panOutputSettings 보호되어 있는 프로퍼티

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

panShowOnEdit 보호되어 있는 프로퍼티

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

panValidationMessage 보호되어 있는 프로퍼티

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

panValidationRule 보호되어 있는 프로퍼티

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

rblListType 보호되어 있는 프로퍼티

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

txtDefault 보호되어 있는 프로퍼티

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

txtEditStyle 보호되어 있는 프로퍼티

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

txtFieldTitle 보호되어 있는 프로퍼티

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

txtHelpText 보호되어 있는 프로퍼티

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

txtInputSettings 보호되어 있는 프로퍼티

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

txtOutputSettings 보호되어 있는 프로퍼티

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

txtValidationMessage 보호되어 있는 프로퍼티

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

txtValidationRule 보호되어 있는 프로퍼티

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