C# Class translatr.LocalsFile

Afficher le fichier Open project: sephiroth99/translatr Class Usage Examples

Méthodes publiques

Свойство Type Description
entries List
id uint
isBE bool
name String
sourcePath String

Méthodes publiques

Méthode Description
LocalsFile ( String p, String n, bool isBE ) : System
LocalsFile ( bool isBE ) : System
parse ( Stream s ) : void
parse ( String filePath ) : void
rebuildAndSave ( string path ) : void

Method Details

LocalsFile() public méthode

public LocalsFile ( String p, String n, bool isBE ) : System
p String
n String
isBE bool
Résultat System

LocalsFile() public méthode

public LocalsFile ( bool isBE ) : System
isBE bool
Résultat System

parse() public méthode

public parse ( Stream s ) : void
s Stream
Résultat void

parse() public méthode

public parse ( String filePath ) : void
filePath String
Résultat void

rebuildAndSave() public méthode

public rebuildAndSave ( string path ) : void
path string
Résultat void

Property Details

entries public_oe property

public List entries
Résultat List

id public_oe property

public uint id
Résultat uint

isBE public_oe property

public bool isBE
Résultat bool

name public_oe property

public String name
Résultat String

sourcePath public_oe property

public String sourcePath
Résultat String