Class ConfigManager
Inheritance
System.Object
ConfigManager
Assembly: Cloud-ShareSync.Core.Configuration.dll
Syntax
public class ConfigManager : object
Constructors
|
Improve this Doc
View Source
ConfigManager(Nullable<Boolean>)
Declaration
public ConfigManager(bool? skipValidBuild = null)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Boolean> |
skipValidBuild |
|
Fields
|
Improve this Doc
View Source
_configPath
Declaration
public string _configPath
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Config
Declaration
public readonly CompleteConfig Config
Field Value
|
Improve this Doc
View Source
ConfigBuilder
Declaration
public readonly CompleteConfigBuilder ConfigBuilder
Field Value
Methods
|
Improve this Doc
View Source
UpdateB2ConfigSection(ICloudShareSyncConfig)
Declaration
void UpdateB2ConfigSection(ICloudShareSyncConfig configSection)
Parameters
|
Improve this Doc
View Source
UpdateCompressionConfigSection(ICloudShareSyncConfig)
Declaration
void UpdateCompressionConfigSection(ICloudShareSyncConfig configSection)
Parameters
|
Improve this Doc
View Source
UpdateConfigSection(ICloudShareSyncConfig)
Declaration
public void UpdateConfigSection(ICloudShareSyncConfig configSection)
Parameters
|
Improve this Doc
View Source
UpdateConsoleLogConfigSection(ICloudShareSyncConfig)
Declaration
void UpdateConsoleLogConfigSection(ICloudShareSyncConfig configSection)
Parameters
|
Improve this Doc
View Source
UpdateDatabaseConfigSection(ICloudShareSyncConfig)
Declaration
void UpdateDatabaseConfigSection(ICloudShareSyncConfig configSection)
Parameters
|
Improve this Doc
View Source
UpdateDefaultLogConfigSection(ICloudShareSyncConfig)
Declaration
void UpdateDefaultLogConfigSection(ICloudShareSyncConfig configSection)
Parameters
|
Improve this Doc
View Source
UpdateLog4NetConfigSection(ICloudShareSyncConfig)
Declaration
void UpdateLog4NetConfigSection(ICloudShareSyncConfig configSection)
Parameters
|
Improve this Doc
View Source
UpdateSyncConfigSection(ICloudShareSyncConfig)
Declaration
void UpdateSyncConfigSection(ICloudShareSyncConfig configSection)
Parameters
|
Improve this Doc
View Source
UpdateTelemetryLogConfigSection(ICloudShareSyncConfig)
Declaration
void UpdateTelemetryLogConfigSection(ICloudShareSyncConfig configSection)
Parameters
|
Improve this Doc
View Source
WriteUpdatedConfig()
Declaration
void WriteUpdatedConfig()