C# Class MongoCola.Config.SystemConfig

Mostrar archivo 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_oe static_oe property

AppPath
public static string AppPath
return string

ConfigVer public_oe property

Config Format Version
public byte ConfigVer
return byte

SystemConfigFilename public_oe static_oe property

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