logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ServiceExtensionCreator.Result

    Outcome of a Create(Input) call.

    Inheritance
    object
    ServiceExtensionCreator.Result
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.ServiceExtensionCreator.Editor
    Assembly: Serenity.ServiceExtensionCreator.Editor.dll
    Syntax
    public sealed class ServiceExtensionCreator.Result

    Constructors

    Result()

    Declaration
    public Result()

    Fields

    AppendedToPipelineProfile

    True when AppendToPipelineProfile was requested and the task was actually appended to the resolved UnityInitializationPipelineProfile.Tasks list.

    Declaration
    public bool AppendedToPipelineProfile
    Field Value
    Type Description
    bool

    AsmdefPath

    The code layer's asmdef path (the "primary" one) — null in Skip.

    Declaration
    public string AsmdefPath
    Field Value
    Type Description
    string

    AsmdefPaths

    Every asmdef created by this run — the code layer's, and, when present, Installation's and Tests' — empty in Skip.

    Declaration
    public List<string> AsmdefPaths
    Field Value
    Type Description
    List<string>

    BackendAssetPath

    The generated UnityPersistenceBackendDefinition asset path, for the Store/Installer extension point kinds. Null for every other kind.

    Declaration
    public string BackendAssetPath
    Field Value
    Type Description
    string

    CreatedPaths

    Declaration
    public List<string> CreatedPaths
    Field Value
    Type Description
    List<string>

    Error

    Declaration
    public string Error
    Field Value
    Type Description
    string

    ReadmePath

    Declaration
    public string ReadmePath
    Field Value
    Type Description
    string

    ServiceScriptPath

    Declaration
    public string ServiceScriptPath
    Field Value
    Type Description
    string

    Success

    Declaration
    public bool Success
    Field Value
    Type Description
    bool

    TaskAssetPath

    Declaration
    public string TaskAssetPath
    Field Value
    Type Description
    string

    TestScriptPath

    Declaration
    public string TestScriptPath
    Field Value
    Type Description
    string

    Warnings

    Declaration
    public List<string> Warnings
    Field Value
    Type Description
    List<string>

    WiringScriptPath

    Declaration
    public string WiringScriptPath
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved