logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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
    object
    SerenityHubCatalogGroup
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Localization.Installation.Settings.Editor.Hub.Catalog
    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
    Type Name Description
    string name
    IReadOnlyList<SerenityHubToolEntry> entries

    Properties

    Entries

    Declaration
    public IReadOnlyList<SerenityHubToolEntry> Entries { get; }
    Property Value
    Type Description
    IReadOnlyList<SerenityHubToolEntry>

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved