C# 클래스 SIL.CoreImpl.LocalMemoryWritingSystemStore

A memory-based local writing system store.
상속: MemoryWritingSystemStore
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
LocalMemoryWritingSystemStore ( IFwWritingSystemStore globalStore ) : System

Initializes a new instance of the LocalMemoryWritingSystemStore class.

Save ( ) : void

Saves this instance.

보호된 메소드들

메소드 설명
OnChangeNotifySharedStore ( IWritingSystemDefinition ws ) : void

메소드 상세

LocalMemoryWritingSystemStore() 공개 메소드

Initializes a new instance of the LocalMemoryWritingSystemStore class.
public LocalMemoryWritingSystemStore ( IFwWritingSystemStore globalStore ) : System
globalStore IFwWritingSystemStore The global store.
리턴 System

OnChangeNotifySharedStore() 보호된 메소드

protected OnChangeNotifySharedStore ( IWritingSystemDefinition ws ) : void
ws IWritingSystemDefinition The ws.
리턴 void

Save() 공개 메소드

Saves this instance.
public Save ( ) : void
리턴 void