C# Class TheAirline.Infrastructure.AppSettings

ファイルを表示 Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Methods

Method Description
GetBasePath ( ) : string
GetCommonApplicationDataPath ( ) : string
GetDataPath ( ) : string
GetInstance ( ) : AppSettings
GetLanguage ( ) : Language
GetPluginPath ( ) : string
HasLanguage ( ) : bool
Init ( ) : void
SetCurrencyFormat ( string format ) : void
SetLanguage ( Language language ) : void

Private Methods

Method Description
AppSettings ( ) : System
CreatePaths ( string path ) : void

Method Details

GetBasePath() public static method

public static GetBasePath ( ) : string
return string

GetCommonApplicationDataPath() public static method

public static GetCommonApplicationDataPath ( ) : string
return string

GetDataPath() public static method

public static GetDataPath ( ) : string
return string

GetInstance() public static method

public static GetInstance ( ) : AppSettings
return AppSettings

GetLanguage() public method

public GetLanguage ( ) : Language
return Language

GetPluginPath() public static method

public static GetPluginPath ( ) : string
return string

HasLanguage() public method

public HasLanguage ( ) : bool
return bool

Init() public static method

public static Init ( ) : void
return void

SetCurrencyFormat() public method

public SetCurrencyFormat ( string format ) : void
format string
return void

SetLanguage() public method

public SetLanguage ( Language language ) : void
language Language
return void