C# 클래스 TheAirline.Infrastructure.AppSettings

파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

공개 메소드들

메소드 설명
GetBasePath ( ) : string
GetCommonApplicationDataPath ( ) : string
GetDataPath ( ) : string
GetInstance ( ) : AppSettings
GetLanguage ( ) : Language
GetPluginPath ( ) : string
HasLanguage ( ) : bool
Init ( ) : void
SetCurrencyFormat ( string format ) : void
SetLanguage ( Language language ) : void

비공개 메소드들

메소드 설명
AppSettings ( ) : System
CreatePaths ( string path ) : void

메소드 상세

GetBasePath() 공개 정적인 메소드

public static GetBasePath ( ) : string
리턴 string

GetCommonApplicationDataPath() 공개 정적인 메소드

public static GetCommonApplicationDataPath ( ) : string
리턴 string

GetDataPath() 공개 정적인 메소드

public static GetDataPath ( ) : string
리턴 string

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : AppSettings
리턴 AppSettings

GetLanguage() 공개 메소드

public GetLanguage ( ) : Language
리턴 Language

GetPluginPath() 공개 정적인 메소드

public static GetPluginPath ( ) : string
리턴 string

HasLanguage() 공개 메소드

public HasLanguage ( ) : bool
리턴 bool

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

SetCurrencyFormat() 공개 메소드

public SetCurrencyFormat ( string format ) : void
format string
리턴 void

SetLanguage() 공개 메소드

public SetLanguage ( Language language ) : void
language Language
리턴 void