C# 클래스 HyoutaTools.GraceNote.GoogleTranslate.TranslateDatabase

파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools

공개 프로퍼티들

프로퍼티 타입 설명
ReplacementOriginals List
ReplacementSubstitutes List

공개 메소드들

메소드 설명
CleanGoogleTranslatedString ( string str ) : string
Execute ( List args ) : int
ReinsertEntry ( SQLiteConnection conn, TranslatableGraceNoteEntry e, bool isGracesJapanese = false ) : void
SetupReplacements ( ) : void
Translate ( string Filename, string FilenameGracesJapanese, string outputToOtherGracesJapanese = null ) : void

메소드 상세

CleanGoogleTranslatedString() 공개 정적인 메소드

public static CleanGoogleTranslatedString ( string str ) : string
str string
리턴 string

Execute() 공개 정적인 메소드

public static Execute ( List args ) : int
args List
리턴 int

ReinsertEntry() 공개 정적인 메소드

public static ReinsertEntry ( SQLiteConnection conn, TranslatableGraceNoteEntry e, bool isGracesJapanese = false ) : void
conn System.Data.SQLite.SQLiteConnection
e TranslatableGraceNoteEntry
isGracesJapanese bool
리턴 void

SetupReplacements() 공개 정적인 메소드

public static SetupReplacements ( ) : void
리턴 void

Translate() 공개 정적인 메소드

public static Translate ( string Filename, string FilenameGracesJapanese, string outputToOtherGracesJapanese = null ) : void
Filename string
FilenameGracesJapanese string
outputToOtherGracesJapanese string
리턴 void

프로퍼티 상세

ReplacementOriginals 공개적으로 정적으로 프로퍼티

public static List ReplacementOriginals
리턴 List

ReplacementSubstitutes 공개적으로 정적으로 프로퍼티

public static List ReplacementSubstitutes
리턴 List