C# 클래스 SIL.FieldWorks.TE.DummyWritingSystem

상속: IWritingSystem
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( IWritingSystem source ) : void

DummyWritingSystem ( IWritingSystemManager manager, string identifier ) : System

InterpretChrp ( SIL &_chrp ) : void

ValidateCollationRules ( string &message ) : bool

WriteLdml ( System writer ) : void

get_Renderer ( IVwGraphics vg ) : IRenderEngine

메소드 상세

Copy() 공개 메소드

public Copy ( IWritingSystem source ) : void
source IWritingSystem
리턴 void

DummyWritingSystem() 공개 메소드

public DummyWritingSystem ( IWritingSystemManager manager, string identifier ) : System
manager IWritingSystemManager
identifier string
리턴 System

InterpretChrp() 공개 메소드

public InterpretChrp ( SIL &_chrp ) : void
_chrp SIL
리턴 void

ValidateCollationRules() 공개 메소드

public ValidateCollationRules ( string &message ) : bool
message string
리턴 bool

WriteLdml() 공개 메소드

public WriteLdml ( System writer ) : void
writer System
리턴 void

get_Renderer() 공개 메소드

public get_Renderer ( IVwGraphics vg ) : IRenderEngine
vg IVwGraphics
리턴 IRenderEngine