Show / Hide Table of Contents

Interface ConfigFile.IClientConfigurationProviderConfiguration

Configuration for the Web Client configuration data provider Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IClientConfigurationProviderConfiguration

Properties

CacheConfigurations

Should GUI config data be cached?

Declaration
bool CacheConfigurations { get; set; }
Property Value
Type Description
bool

CacheUserPreferences

Should GUI config data be cached?

Declaration
bool CacheUserPreferences { get; set; }
Property Value
Type Description
bool

CustomPaths

List of alternate paths for GUI .config files

Declaration
List<string> CustomPaths { get; }
Property Value
Type Description
List<string>

FilePath

File path for standard .config files

Declaration
string FilePath { get; }
Property Value
Type Description
string

ValidateConfigurations

Should GUI config data be validated runtime?

Declaration
bool ValidateConfigurations { get; set; }
Property Value
Type Description
bool

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top