Try our conversational search powered by Generative AI!

Class PageDefinitionTypeEdit

Inheritance
System.Object
PageDefinitionTypeEdit
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class PageDefinitionTypeEdit : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

PageDefinitionTypeEdit()

Declaration
public PageDefinitionTypeEdit()

Fields

ApplyButton

Declaration
protected ToolButton ApplyButton
Field Value
Type Description
ToolButton

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

DeleteButton

Declaration
protected ToolButton DeleteButton
Field Value
Type Description
ToolButton

NameValidator

Declaration
protected RequiredFieldValidator NameValidator
Field Value
Type Description
System.Web.UI.WebControls.RequiredFieldValidator

NoSettingsMessage

Declaration
protected Literal NoSettingsMessage
Field Value
Type Description
System.Web.UI.WebControls.Literal

PropertyControlSettingsList

Declaration
protected Repeater PropertyControlSettingsList
Field Value
Type Description
System.Web.UI.WebControls.Repeater

ReloadButton

Declaration
protected Button ReloadButton
Field Value
Type Description
System.Web.UI.WebControls.Button

typeAssembly

Declaration
protected TextBox typeAssembly
Field Value
Type Description
System.Web.UI.WebControls.TextBox

typeName

Declaration
protected TextBox typeName
Field Value
Type Description
System.Web.UI.WebControls.TextBox

typeProperty

Declaration
protected DropDownList typeProperty
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

typeTypeName

Declaration
protected TextBox typeTypeName
Field Value
Type Description
System.Web.UI.WebControls.TextBox

Properties

IsCreatingNewType

Declaration
protected bool IsCreatingNewType { get; }
Property Value
Type Description
System.Boolean

ShouldIncludeBlockType

Declaration
protected bool ShouldIncludeBlockType { get; }
Property Value
Type Description
System.Boolean

Type

Declaration
protected PropertyDefinitionType Type { get; }
Property Value
Type Description
PropertyDefinitionType

TypeID

Declaration
protected int TypeID { get; }
Property Value
Type Description
System.Int32

Methods

ApplyButton_Click(Object, EventArgs)

Declaration
protected void ApplyButton_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

CancelButton_Click(Object, EventArgs)

Declaration
protected void CancelButton_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

CreateDialogCall(String)

Declaration
protected string CreateDialogCall(string settingsTypeName)
Parameters
Type Name Description
System.String settingsTypeName
Returns
Type Description
System.String

DeleteButton_Click(Object, EventArgs)

Declaration
protected void DeleteButton_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Reload_Click(Object, EventArgs)

Declaration
protected void Reload_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

RemoveDefault(Object, CommandEventArgs)

Declaration
protected void RemoveDefault(object sender, CommandEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.CommandEventArgs e

SetDefault(Object, CommandEventArgs)

Declaration
protected void SetDefault(object sender, CommandEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.CommandEventArgs e

TranslateWithFallback(String)

Declaration
protected string TranslateWithFallback(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.String

Implements

Extension Methods