C# Class PurplePen.SymbolDB

Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Méthode Description
GetLanguage ( string langId ) : SymbolLanguage
HasLanguage ( string langId ) : bool
Reload ( ) : void
SymbolDB ( string filename ) : System

Initialize the Symbol database from the given file.

this ( string id ) : Symbol

Get the symbol with a given id. If id doesn't exist, throws exception.

Private Methods

Méthode Description
ReadSymbolFile ( string filename ) : void

Method Details

GetLanguage() public méthode

public GetLanguage ( string langId ) : SymbolLanguage
langId string
Résultat SymbolLanguage

HasLanguage() public méthode

public HasLanguage ( string langId ) : bool
langId string
Résultat bool

Reload() public méthode

public Reload ( ) : void
Résultat void

SymbolDB() public méthode

Initialize the Symbol database from the given file.
public SymbolDB ( string filename ) : System
filename string
Résultat System

this() public méthode

Get the symbol with a given id. If id doesn't exist, throws exception.
public this ( string id ) : Symbol
id string
Résultat Symbol