C# Class WaveBox.Static.ServerSettings

Inheritance: IServerSettings
Exibir arquivo Open project: einsteinx2/WaveBox

Public Methods

Method Description
FlushSettings ( ) : void
Reload ( ) : void
SettingsPath ( ) : string
SettingsSetup ( ) : void
SettingsTemplatePath ( ) : string
WriteSettings ( string jsonString ) : bool

Private Methods

Method Description
CreateFolder ( string path, bool mediafolder ) : Folder
ParseSettings ( ) : void
PrepareMediaFolders ( ) : void
RemoveJsonComments ( StreamReader reader ) : string

Method Details

FlushSettings() public method

public FlushSettings ( ) : void
return void

Reload() public method

public Reload ( ) : void
return void

SettingsPath() public method

public SettingsPath ( ) : string
return string

SettingsSetup() public method

public SettingsSetup ( ) : void
return void

SettingsTemplatePath() public method

public SettingsTemplatePath ( ) : string
return string

WriteSettings() public method

public WriteSettings ( string jsonString ) : bool
jsonString string
return bool