C# 클래스 WaveBox.Static.ServerSettings

상속: IServerSettings
파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
FlushSettings ( ) : void
Reload ( ) : void
SettingsPath ( ) : string
SettingsSetup ( ) : void
SettingsTemplatePath ( ) : string
WriteSettings ( string jsonString ) : bool

비공개 메소드들

메소드 설명
CreateFolder ( string path, bool mediafolder ) : Folder
ParseSettings ( ) : void
PrepareMediaFolders ( ) : void
RemoveJsonComments ( StreamReader reader ) : string

메소드 상세

FlushSettings() 공개 메소드

public FlushSettings ( ) : void
리턴 void

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

SettingsPath() 공개 메소드

public SettingsPath ( ) : string
리턴 string

SettingsSetup() 공개 메소드

public SettingsSetup ( ) : void
리턴 void

SettingsTemplatePath() 공개 메소드

public SettingsTemplatePath ( ) : string
리턴 string

WriteSettings() 공개 메소드

public WriteSettings ( string jsonString ) : bool
jsonString string
리턴 bool