C# 클래스 Grabacr07.KanColleWrapper.Translations

상속: Livet.NotificationObject
파일 보기 프로젝트 열기: KCV-Localisation/KanColleViewer 1 사용 예제들

공개 메소드들

메소드 설명
AddTranslation ( Object RawData, TranslationType Type ) : void
ChangeCulture ( string Culture ) : void
GetTranslation ( string JPString, TranslationType Type, Object RawData, int ID = -1 ) : string

비공개 메소드들

메소드 설명
GetTranslationList ( TranslationType Type ) : IEnumerable
GetVersions ( ) : void
Translations ( ) : System

메소드 상세

AddTranslation() 공개 메소드

public AddTranslation ( Object RawData, TranslationType Type ) : void
RawData Object
Type TranslationType
리턴 void

ChangeCulture() 공개 메소드

public ChangeCulture ( string Culture ) : void
Culture string
리턴 void

GetTranslation() 공개 메소드

public GetTranslation ( string JPString, TranslationType Type, Object RawData, int ID = -1 ) : string
JPString string
Type TranslationType
RawData Object
ID int
리턴 string