C# Class SIL.CoreImpl.LocalMemoryWritingSystemStore

A memory-based local writing system store.
Inheritance: MemoryWritingSystemStore
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
LocalMemoryWritingSystemStore ( IFwWritingSystemStore globalStore ) : System

Initializes a new instance of the LocalMemoryWritingSystemStore class.

Save ( ) : void

Saves this instance.

Protected Methods

Method Description
OnChangeNotifySharedStore ( IWritingSystemDefinition ws ) : void

Method Details

LocalMemoryWritingSystemStore() public method

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

OnChangeNotifySharedStore() protected method

protected OnChangeNotifySharedStore ( IWritingSystemDefinition ws ) : void
ws IWritingSystemDefinition The ws.
return void

Save() public method

Saves this instance.
public Save ( ) : void
return void