NamespaceSystemLibrary.Common.Net.Configurations
Standard class for environmental configurations read from environmentConfig.json if exists
If you've added more properties to environmentConfig.json than just the 'Name' you'd have to inherit 'EnvironmentConfig<YourClass>' and use that instead
Remarks
See the documentation for 'Name' property on class 'EnvironmentConfig<>' for more details regarding transformations
EnvironmentConfig
public class EnvironmentConfig : EnvironmentConfig<EnvironmentConfig, EnvironmentName>
Inheritance
System.Object
EnvironmentConfig
Inherited Members
Properties
Property Value
Type | Description |
---|---|
System.String |
Property Value
Type | Description |
---|---|
System.Boolean |
Property Value
Type | Description |
---|---|
System.Boolean |
Property Value
Type | Description |
---|---|
System.Boolean |
Extension Methods
}