Class MorpheoConfigurationExtensions
Extension methods for loading and applying Morpheo configuration.
Inherited Members
Namespace: Morpheo.Core.Extensions
Assembly: Morpheo.Core.dll
Syntax
public static class MorpheoConfigurationExtensions
Methods
| Edit this page View SourceLoadRuntimeConfiguration(IMorpheoBuilder)
Loads the runtime configuration from 'morpheo.runtime.json' and applies settings.
Declaration
public static IMorpheoBuilder LoadRuntimeConfiguration(this IMorpheoBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| IMorpheoBuilder | builder | The Morpheo builder. |
Returns
| Type | Description |
|---|---|
| IMorpheoBuilder | The Morpheo builder. |