Show / Hide Table of Contents

Class ConfigManager

Inheritance
System.Object
ConfigManager
Namespace: Cloud_ShareSync.Core.Configuration.ManagedActions
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
Type Description
CompleteConfig
| Improve this Doc View Source

ConfigBuilder

Declaration
public readonly CompleteConfigBuilder ConfigBuilder
Field Value
Type Description
CompleteConfigBuilder

Methods

| Improve this Doc View Source

UpdateB2ConfigSection(ICloudShareSyncConfig)

Declaration
void UpdateB2ConfigSection(ICloudShareSyncConfig configSection)
Parameters
Type Name Description
ICloudShareSyncConfig configSection
| Improve this Doc View Source

UpdateCompressionConfigSection(ICloudShareSyncConfig)

Declaration
void UpdateCompressionConfigSection(ICloudShareSyncConfig configSection)
Parameters
Type Name Description
ICloudShareSyncConfig configSection
| Improve this Doc View Source

UpdateConfigSection(ICloudShareSyncConfig)

Declaration
public void UpdateConfigSection(ICloudShareSyncConfig configSection)
Parameters
Type Name Description
ICloudShareSyncConfig configSection
| Improve this Doc View Source

UpdateConsoleLogConfigSection(ICloudShareSyncConfig)

Declaration
void UpdateConsoleLogConfigSection(ICloudShareSyncConfig configSection)
Parameters
Type Name Description
ICloudShareSyncConfig configSection
| Improve this Doc View Source

UpdateDatabaseConfigSection(ICloudShareSyncConfig)

Declaration
void UpdateDatabaseConfigSection(ICloudShareSyncConfig configSection)
Parameters
Type Name Description
ICloudShareSyncConfig configSection
| Improve this Doc View Source

UpdateDefaultLogConfigSection(ICloudShareSyncConfig)

Declaration
void UpdateDefaultLogConfigSection(ICloudShareSyncConfig configSection)
Parameters
Type Name Description
ICloudShareSyncConfig configSection
| Improve this Doc View Source

UpdateLog4NetConfigSection(ICloudShareSyncConfig)

Declaration
void UpdateLog4NetConfigSection(ICloudShareSyncConfig configSection)
Parameters
Type Name Description
ICloudShareSyncConfig configSection
| Improve this Doc View Source

UpdateSyncConfigSection(ICloudShareSyncConfig)

Declaration
void UpdateSyncConfigSection(ICloudShareSyncConfig configSection)
Parameters
Type Name Description
ICloudShareSyncConfig configSection
| Improve this Doc View Source

UpdateTelemetryLogConfigSection(ICloudShareSyncConfig)

Declaration
void UpdateTelemetryLogConfigSection(ICloudShareSyncConfig configSection)
Parameters
Type Name Description
ICloudShareSyncConfig configSection
| Improve this Doc View Source

WriteUpdatedConfig()

Declaration
void WriteUpdatedConfig()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾