C# Class HyoutaTools.GraceNote.GoogleTranslate.TranslateDatabase

Afficher le fichier Open project: AdmiralCurtiss/HyoutaTools

Méthodes publiques

Свойство Type Description
ReplacementOriginals List
ReplacementSubstitutes List

Méthodes publiques

Méthode Description
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

Method Details

CleanGoogleTranslatedString() public static méthode

public static CleanGoogleTranslatedString ( string str ) : string
str string
Résultat string

Execute() public static méthode

public static Execute ( List args ) : int
args List
Résultat int

ReinsertEntry() public static méthode

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

SetupReplacements() public static méthode

public static SetupReplacements ( ) : void
Résultat void

Translate() public static méthode

public static Translate ( string Filename, string FilenameGracesJapanese, string outputToOtherGracesJapanese = null ) : void
Filename string
FilenameGracesJapanese string
outputToOtherGracesJapanese string
Résultat void

Property Details

ReplacementOriginals public_oe static_oe property

public static List ReplacementOriginals
Résultat List

ReplacementSubstitutes public_oe static_oe property

public static List ReplacementSubstitutes
Résultat List