Summary
Options for configuring a hosting environment
- Assembly
- Rocket
.Surgery .Extensions .Configuration .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .Configuration - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ConfigurationOptions"]
class Type type-node
Syntax
public class ConfigurationOptions
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
ConfigurationOptions |
Properties
Name | Value | Summary |
---|---|---|
Application |
List |
Additional settings providers to be inserted after the default application settings file (typically appsettings.json)
|
Environment |
List |
Additional settings providers to be inserted after the default environment application settings file (typically
appsettings.{env}.json)
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|