C# Класс DotNetNuke.Modules.UserDefinedTable.Controls.Field

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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