Class ScreenBase
- Namespace
- Dynamicweb.CoreUI.Screens
- Assembly
- Dynamicweb.CoreUI.dll
public abstract class ScreenBase
- Inheritance
-
ScreenBase
- Derived
-
- Inherited Members
-
Properties
FocusedComponent
public string? FocusedComponent { get; set; }
Property Value
- string
PresetId
public long? PresetId { get; set; }
Property Value
- long?
Methods
GetDefinition()
public UiComponentBase GetDefinition()
Returns
- UiComponentBase
GetDefinitionInternal()
protected abstract UiComponentBase GetDefinitionInternal()
Returns
- UiComponentBase
GetNavigationNodePath()
public virtual IEnumerable<NavigationNodePath>? GetNavigationNodePath()
Returns
- IEnumerable<NavigationNodePath>