Class SerenityHubCatalogGroup
One named, ordered slice of catalog entries produced by SerenityHubCatalogGrouper — the unit a
grouped Hub view renders as a single Foldout section (UX feedback round 4).
Inheritance
SerenityHubCatalogGroup
Assembly: Serenity.UnityLocalization.Installation.Editor.dll
Syntax
public sealed class SerenityHubCatalogGroup
Constructors
SerenityHubCatalogGroup(string, IReadOnlyList<SerenityHubToolEntry>)
Declaration
public SerenityHubCatalogGroup(string name, IReadOnlyList<SerenityHubToolEntry> entries)
Parameters
Properties
Entries
Declaration
public IReadOnlyList<SerenityHubToolEntry> Entries { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value