C# Class MongoCola.Config.SystemConfig

Show file Open project: magicdict/MongoCola Class Usage Examples

Public Properties

Property Type Description
AppPath string
ConfigVer byte
SystemConfigFilename string

Public Methods

Method Description
IsUseDefaultLanguage ( ) : bool

是否使用默认语言

LoadFromConfigFile ( ) : void

读取配置

SaveSystemConfig ( ) : void

写入配置

Private Methods

Method Description
ApplyConfig ( ) : void

应用配置

Method Details

IsUseDefaultLanguage() public method

是否使用默认语言
public IsUseDefaultLanguage ( ) : bool
return bool

LoadFromConfigFile() public static method

读取配置
public static LoadFromConfigFile ( ) : void
return void

SaveSystemConfig() public method

写入配置
public SaveSystemConfig ( ) : void
return void

Property Details

AppPath public static property

AppPath
public static string AppPath
return string

ConfigVer public property

Config Format Version
public byte ConfigVer
return byte

SystemConfigFilename public static property

配置文件名称
public static string SystemConfigFilename
return string