Method | Description | |
---|---|---|
CanSave ( WritingSystemDefinition ws, string &filePath ) : bool |
Return true if it will be possible (absent someone changing permissions while we aren't looking) to save changes to the specified writing system.
|
|
CreateNew ( ) : IWritingSystemDefinition |
Creates a new writing system definition.
|
|
LastChecked ( string identifier, System.DateTime dateModified ) : void |
|
|
LocalFileWritingSystemStore ( string path ) : System |
Initializes a new instance of the LocalFileWritingSystemStore class.
|
|
LocalFileWritingSystemStore ( string path, IFwWritingSystemStore globalStore ) : System |
Initializes a new instance of the LocalFileWritingSystemStore class.
|
|
Remove ( string identifier ) : void |
Removes the specified identifier.
|
|
Save ( ) : void |
Saves this instance.
|
|
TryGet ( string identifier, IWritingSystemDefinition &ws ) : bool |
Gets the specified writing system if it exists.
|
Method | Description | |
---|---|---|
CreateLdmlAdaptor ( ) : Palaso.WritingSystems.LdmlDataMapper |
Creates an LDML adaptor.
|
|
OnChangeNotifySharedStore ( IWritingSystemDefinition ws ) : void |
|
Method | Description | |
---|---|---|
ReadGlobalWritingSystemsToIgnore ( ) : void | ||
WriteGlobalWritingSystemsToIgnore ( ) : void |
public CanSave ( WritingSystemDefinition ws, string &filePath ) : bool | ||
ws | WritingSystemDefinition | |
filePath | string | |
return | bool |
protected CreateLdmlAdaptor ( ) : Palaso.WritingSystems.LdmlDataMapper | ||
return | Palaso.WritingSystems.LdmlDataMapper |
public CreateNew ( ) : IWritingSystemDefinition | ||
return | IWritingSystemDefinition |
public LastChecked ( string identifier, System.DateTime dateModified ) : void | ||
identifier | string | The identifier. |
dateModified | System.DateTime | The date modified. |
return | void |
public LocalFileWritingSystemStore ( string path ) : System | ||
path | string | The path. |
return | System |
public LocalFileWritingSystemStore ( string path, IFwWritingSystemStore globalStore ) : System | ||
path | string | The path. |
globalStore | IFwWritingSystemStore | The global store. |
return | System |
protected OnChangeNotifySharedStore ( IWritingSystemDefinition ws ) : void | ||
ws | IWritingSystemDefinition | The ws. |
return | void |
public Remove ( string identifier ) : void | ||
identifier | string | The identifier. |
return | void |
public TryGet ( string identifier, IWritingSystemDefinition &ws ) : bool | ||
identifier | string | The identifier. |
ws | IWritingSystemDefinition | The writing system. |
return | bool |