Class ConfigFile.ClientConfigurationProvider
Configuration for the Web Client configuration data provider
Inheritance
System.Object
ConfigFile.ClientConfigurationProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ClientConfigurationProvider
Properties
CacheConfigurations
Should GUI config data be cached?
Declaration
public static bool CacheConfigurations { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
CacheUserPreferences
Should GUI config data be cached?
Declaration
public static bool CacheUserPreferences { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
CustomPaths
List of alternate paths for GUI .config files
Declaration
public static List<string> CustomPaths { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
FilePath
File path for standard .config files
Declaration
public static string FilePath { get; }
Property Value
Type | Description |
---|---|
System.String |
ValidateConfigurations
Should GUI config data be validated runtime?
Declaration
public static bool ValidateConfigurations { get; set; }
Property Value
Type | Description |
---|---|
Boolean |