Class EntityEditScreen
- Namespace
- Dynamicweb.CoreUI.Screens.Implementations
- Assembly
- Dynamicweb.CoreUI.dll
public class EntityEditScreen : ScreenBase
- Inheritance
-
EntityEditScreen
- Derived
-
- Inherited Members
-
Properties
EditorContext
public string? EditorContext { get; set; }
Property Value
- string
Model
public object? Model { get; set; }
Property Value
- object
ModelType
public Type? ModelType { get; set; }
Property Value
- Type
Methods
AddEditor(EditorBase)
protected void AddEditor(EditorBase editor)
Parameters
editor
EditorBase
BuildEditScreen()
protected virtual void BuildEditScreen()
GetDefinitionInternal()
protected override sealed UiComponentBase GetDefinitionInternal()
Returns
- UiComponentBase
GetEditor(string)
protected virtual EditorBase? GetEditor(string propertyName)
Parameters
propertyName
string
Returns
- EditorBase
GetScreenName()
protected virtual string GetScreenName()
Returns
- string
PropertyNameToLabel(string)
public static string PropertyNameToLabel(string propertyName)
Parameters
propertyName
string
Returns
- string