Method | Description | |
---|---|---|
CanSave ( WritingSystemDefinition ws, string &path ) : bool |
Review JohnT: is there ever a case where Save isn't possible for this store?
|
|
CreateNew ( ) : IWritingSystemDefinition |
Creates a new writing system definition.
|
|
MemoryWritingSystemStore ( ) : System |
Use the default repository
|
|
Save ( ) : void |
Saves this instance.
|
|
TryGet ( string identifier, IWritingSystemDefinition &ws ) : bool |
Gets the specified writing system if it exists.
|
|
WritingSystemIdHasChanged ( string id ) : bool |
This is used by the orphan finder, which we don't use (yet). It tells whether, typically in the scope of some current change log, a writing system ID has changed to something else...call WritingSystemIdHasChangedTo to find out what.
|
|
WritingSystemIdHasChangedTo ( string id ) : string |
This is used by the orphan finder, which we don't use (yet). It tells what, typically in the scope of some current change log, a writing system ID has changed to.
|
Method | Description | |
---|---|---|
CreateLdmlAdaptor ( ) : Palaso.WritingSystems.LdmlDataMapper |
Creates an LDML adaptor.
|
public CanSave ( WritingSystemDefinition ws, string &path ) : bool | ||
ws | WritingSystemDefinition | |
path | string | |
return | bool |
protected CreateLdmlAdaptor ( ) : Palaso.WritingSystems.LdmlDataMapper | ||
return | Palaso.WritingSystems.LdmlDataMapper |
public CreateNew ( ) : IWritingSystemDefinition | ||
return | IWritingSystemDefinition |
public TryGet ( string identifier, IWritingSystemDefinition &ws ) : bool | ||
identifier | string | The identifier. |
ws | IWritingSystemDefinition | The writing system. |
return | bool |
public WritingSystemIdHasChanged ( string id ) : bool | ||
id | string | |
return | bool |
public WritingSystemIdHasChangedTo ( string id ) : string | ||
id | string | |
return | string |