Class SettingHelperOption
Contains an option to prevent the Settings
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 Settings
Properties
UseSettingConfig
Indicates if the Settings
Declaration
public static bool UseSettingConfig { get; set; }
Property Value
Type | Description |
---|---|
System. |