NamespaceSystemLibrary.Common.Framework
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
Inherited Members
Fields
Remarks
See the documentation for 'Name' property on class 'EnvironmentConfig<>' for more details regarding transformations
Field Value
Type | Description |
---|---|
string |
Properties
Remarks
See the documentation for 'Name' property on class 'EnvironmentConfig<>' for more details regarding transformations
Property Value
Type | Description |
---|---|
bool |
Remarks
See the documentation for 'Name' property on class 'EnvironmentConfig<>' for more details regarding transformations
Property Value
Type | Description |
---|---|
bool |
Remarks
See the documentation for 'Name' property on class 'EnvironmentConfig<>' for more details regarding transformations
Property Value
Type | Description |
---|---|
bool |
Extension Methods
}