Class SerenityHubCreateView
Renders every catalog entry in Create as a tool card (spec §1).
Implements
Inherited Members
Namespace: Serenity.Localization.Installation.Settings.Editor.Hub.Views
Assembly: Serenity.UnityLocalization.Installation.Editor.dll
Syntax
public sealed class SerenityHubCreateView : ISerenityHubView
Constructors
SerenityHubCreateView()
Declaration
public SerenityHubCreateView()
Properties
Id
Stable identifier — one of SerenityHubViewIds.
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |
Root
The view's root visual tree, mounted into the window's content host.
Declaration
public VisualElement Root { get; }
Property Value
| Type | Description |
|---|---|
| VisualElement |
Methods
OnShow(SerenityHubContext)
Rebuilds the view's content from context. Called every time it becomes active.
Declaration
public void OnShow(SerenityHubContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerenityHubContext | context |