Class EditPropertyDefinition
Inheritance
System.Object
EditPropertyDefinition
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class EditPropertyDefinition : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
EditPropertyDefinition()
Declaration
public EditPropertyDefinition()
Fields
actionTab
Declaration
protected TabStrip actionTab
Field Value
Advanced
Declaration
protected InputTab Advanced
Field Value
AdvancedLabel
Declaration
protected Label AdvancedLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
AdvancedLocked
Declaration
protected Label AdvancedLocked
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
BreakingChangePrompt
Declaration
protected BreakingChangePrompt BreakingChangePrompt
Field Value
Declaration
protected ToolButton CancelButton
Field Value
DefaultValue
Declaration
protected TextBox DefaultValue
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
Declaration
protected ToolButton DeleteButton
Field Value
DeleteCustomSettings
Declaration
protected ToolButton DeleteCustomSettings
Field Value
DisplayEditUI
Declaration
protected CheckBox DisplayEditUI
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
EditCaption
Declaration
protected TextBox EditCaption
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
EditCaptionLabel
Declaration
protected Label EditCaptionLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
EditCaptionLocked
Declaration
protected Label EditCaptionLocked
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
EditCaptionRequiredValidator
Declaration
protected RequiredFieldValidator EditCaptionRequiredValidator
Field Value
Type |
Description |
System.Web.UI.WebControls.RequiredFieldValidator |
|
FieldOrder
Declaration
protected TextBox FieldOrder
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
FieldOrderLabel
Declaration
protected Label FieldOrderLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
FieldOrderLocked
Declaration
protected Label FieldOrderLocked
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
FieldOrderNumeric
Declaration
protected RangeValidator FieldOrderNumeric
Field Value
Type |
Description |
System.Web.UI.WebControls.RangeValidator |
|
HelpText
Declaration
protected TextBox HelpText
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
HelpTextLabel
Declaration
protected Label HelpTextLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
HelpTextLocked
Declaration
protected Label HelpTextLocked
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
LanguageSpecific
Declaration
protected CheckBox LanguageSpecific
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
Name
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.TextBox |
|
NameLabel
Declaration
protected Label NameLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
NameLocked
Declaration
protected Label NameLocked
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
NameRequiredValidator
Declaration
protected RequiredFieldValidator NameRequiredValidator
Field Value
Type |
Description |
System.Web.UI.WebControls.RequiredFieldValidator |
|
PageTypeOnly
Declaration
protected PlaceHolder PageTypeOnly
Field Value
Type |
Description |
System.Web.UI.WebControls.PlaceHolder |
|
PropertyDefinitionType
Declaration
protected InputPropertyDefinitionType PropertyDefinitionType
Field Value
PropertyDefinitionTypeLabel
Declaration
protected Label PropertyDefinitionTypeLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
PropertyDefinitionTypeLocked
Declaration
protected Label PropertyDefinitionTypeLocked
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
PropertyDefinitionTypeValidation
Declaration
protected HtmlGenericControl PropertyDefinitionTypeValidation
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlGenericControl |
|
PropertySettingsPanel
Declaration
protected Panel PropertySettingsPanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
RadioDefault
Declaration
protected HtmlInputRadioButton RadioDefault
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlInputRadioButton |
|
RadioInherit
Declaration
protected HtmlInputRadioButton RadioInherit
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlInputRadioButton |
|
RadioNoDefault
Declaration
protected HtmlInputRadioButton RadioNoDefault
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlInputRadioButton |
|
Required
Declaration
protected CheckBox Required
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
Declaration
protected ToolButton SaveButton
Field Value
Searchable
Declaration
protected CheckBox Searchable
Field Value
Type |
Description |
System.Web.UI.WebControls.CheckBox |
|
SelectControl
Declaration
protected DropDownList SelectControl
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
SelectControlLabel
Declaration
protected Label SelectControlLabel
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
SelectControlLocked
Declaration
protected Label SelectControlLocked
Field Value
Type |
Description |
System.Web.UI.WebControls.Label |
|
Tab1
Declaration
Field Value
Tab2
Declaration
Field Value
TabView
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
Translate2
Declaration
protected Translate Translate2
Field Value
ValidNameValidator
Declaration
protected RegularExpressionValidator ValidNameValidator
Field Value
Type |
Description |
System.Web.UI.WebControls.RegularExpressionValidator |
|
Properties
ContentTypeModelRepository
Declaration
protected virtual ContentTypeModelRepository ContentTypeModelRepository { get; set; }
Property Value
PropertyDefinitionData
Declaration
public PropertyDefinition PropertyDefinitionData { get; }
Property Value
PropertySettingsRepository
Declaration
public IPropertySettingsRepository PropertySettingsRepository { get; set; }
Property Value
SettingsContainer
Declaration
protected PropertySettingsContainer SettingsContainer { get; set; }
Property Value
SettingsRepository
Declaration
[Obsolete("Use PropertySettingsRepository instead, Will remain at least until june 2017.")]
public PropertySettingsRepository SettingsRepository { get; set; }
Property Value
Methods
Declaration
protected void CancelButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
CreatePropertySettingsControl(Type, Boolean, String)
Declaration
protected Control CreatePropertySettingsControl(Type type, bool typeChanged, string translatedHeading)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
System.Boolean |
typeChanged |
|
System.String |
translatedHeading |
|
Returns
Type |
Description |
System.Web.UI.Control |
|
Declaration
protected void DeleteButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected void DeleteCustomSettingsButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected void SaveButton_Click(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
SavePropertyControlSettings()
Declaration
protected void SavePropertyControlSettings()
Implements
Extension Methods