Class SettingHelperOption
Contains an option to prevent the SettingsHelper from loading any settings from the config files or enviromnent.
This is used by blazor and other clients to prevent loading any settings that aren't needed
Inheritance
System.Object
SettingHelperOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Utils
Assembly: Utils.dll
Syntax
public static class SettingHelperOption
Remarks
This is a flag on a separate class as the SettingsHelper as a static constructor to load settings and this flag prevents that but needs to be in a separate class to do so
Properties
UseSettingConfig
Indicates if the SettingsHelper class should load settings from config file or enviroment in its static constructor.
Declaration
public static bool UseSettingConfig { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |