logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Enum ServiceExtensionCreator.Style

    The shape of the generated service class.

    Namespace: Serenity.ServiceExtensionCreator.Editor
    Assembly: Serenity.ServiceExtensionCreator.Editor.dll
    Syntax
    public enum ServiceExtensionCreator.Style

    Fields

    Name Description
    BusinessDecorator

    A decorator wrapping an injected inner I{Agg}Service, forwarding every member.

    BusinessFresh

    A fresh I{Agg}Service implementation with TODO stubs per member.

    InfrastructureFresh

    A fresh I{Agg}Service implementation with TODO stubs per member, placed under the Infrastructure code layer instead of Application — available even when no concrete Unity service exists to subclass (e.g. Persistence), since it needs none.

    InfrastructureSubclass

    A Unity{Agg}Service subclass overriding its public virtual members.

    In this article
    © 2026 Serenity. All Rights Reserved