C# Class PurplePen.SymbolDB

Show file Open project: petergolde/PurplePen Class Usage Examples

Public Methods

Method 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

Method Description
ReadSymbolFile ( string filename ) : void

Method Details

GetLanguage() public method

public GetLanguage ( string langId ) : SymbolLanguage
langId string
return SymbolLanguage

HasLanguage() public method

public HasLanguage ( string langId ) : bool
langId string
return bool

Reload() public method

public Reload ( ) : void
return void

SymbolDB() public method

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

this() public method

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