Search Results for

    Show / Hide Table of Contents

    Class MorpheoBuilder

    Default implementation of the Morpheo configuration builder.

    Inheritance
    object
    MorpheoBuilder
    Implements
    IMorpheoBuilder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Morpheo.Core.Configuration
    Assembly: Morpheo.Core.dll
    Syntax
    public class MorpheoBuilder : IMorpheoBuilder

    Constructors

    | Edit this page View Source

    MorpheoBuilder(IServiceCollection)

    Declaration
    public MorpheoBuilder(IServiceCollection services)
    Parameters
    Type Name Description
    IServiceCollection services

    Properties

    | Edit this page View Source

    Services

    Gets the service collection.

    Declaration
    public IServiceCollection Services { get; }
    Property Value
    Type Description
    IServiceCollection

    Implements

    IMorpheoBuilder

    Extension Methods

    MorpheoBlobExtensions.AddBlobStore(IMorpheoBuilder, string?)
    MorpheoCloudExtensions.AddCentralServerRelay(IMorpheoBuilder, string)
    MorpheoConfigurationExtensions.LoadRuntimeConfiguration(IMorpheoBuilder)
    MorpheoDashboardExtensions.AddDashboard(IMorpheoBuilder, Action<DashboardOptions>?)
    MorpheoNetworkExtensions.AddMesh(IMorpheoBuilder)
    MorpheoSignalRExtensions.AddSignalRClient(IMorpheoBuilder, string)
    MorpheoSignalRExtensions.AddSignalRServer(IMorpheoBuilder)
    MorpheoStorageExtensions.AddExternalDbSync<TContext>(IMorpheoBuilder, Action<DbContextOptionsBuilder>)
    MorpheoStorageExtensions.UseSqlite(IMorpheoBuilder, string?)
    MorpheoServiceExtensions.Configure(IMorpheoBuilder, Action<MorpheoOptions>)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2025 DEHER Rémi - Propulsé par .NET 10