Class MorpheoBuilder
Default implementation of the Morpheo configuration builder.
Implements
Inherited Members
Namespace: Morpheo.Core.Configuration
Assembly: Morpheo.Core.dll
Syntax
public class MorpheoBuilder : IMorpheoBuilder
Constructors
| Edit this page View SourceMorpheoBuilder(IServiceCollection)
Declaration
public MorpheoBuilder(IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services |
Properties
| Edit this page View SourceServices
Gets the service collection.
Declaration
public IServiceCollection Services { get; }
Property Value
| Type | Description |
|---|---|
| IServiceCollection |