C# 클래스 Ventriloquist.Config

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: humanrights/ventriloquist 1 사용 예제들

공개 메소드들

메소드 설명
GetInstance ( ) : Config
getAllVoices ( ) : List
getSystemVoices ( ) : List
getVoice ( string language, int index ) : string
setVoice ( int id, string language, int index, string voice ) : void

비공개 메소드들

메소드 설명
Config ( ) : System
CreateDatabase ( ) : void
GetSetting ( string setting ) : string
OnPropertyChanged ( string property ) : void
SetSetting ( string setting, string value ) : void

메소드 상세

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : Config
리턴 Config

getAllVoices() 공개 메소드

public getAllVoices ( ) : List
리턴 List

getSystemVoices() 공개 메소드

public getSystemVoices ( ) : List
리턴 List

getVoice() 공개 메소드

public getVoice ( string language, int index ) : string
language string
index int
리턴 string

setVoice() 공개 메소드

public setVoice ( int id, string language, int index, string voice ) : void
id int
language string
index int
voice string
리턴 void