C# 클래스 PurplePen.SymbolDB

파일 보기 프로젝트 열기: petergolde/PurplePen 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ReadSymbolFile ( string filename ) : void

메소드 상세

GetLanguage() 공개 메소드

public GetLanguage ( string langId ) : SymbolLanguage
langId string
리턴 SymbolLanguage

HasLanguage() 공개 메소드

public HasLanguage ( string langId ) : bool
langId string
리턴 bool

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

SymbolDB() 공개 메소드

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

this() 공개 메소드

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