C# Class Bloom.Edit.DecodableReaderTool

Inheritance: ToolboxTool
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
CopyRelevantNewReaderSettings ( CollectionSettings settings ) : void

If the collection has no reader tools at all, or if ones that came with the program are newer, copy the ones that came with the program. This is language-dependent, we'll typically only overwrite settings for an English collection.

GetReaderToolsSettingsFilePath ( CollectionSettings collectionSettings ) : string

The file (currently at a fixed location in every settings folder) where we store any settings related to Decodable and Leveled Readers.

Private Methods

Method Description
CopyReaderToolsSettingsToWhereTheyBelong ( string newlyAddedFolderOfThePack ) : void

Method Details

CopyRelevantNewReaderSettings() public static method

If the collection has no reader tools at all, or if ones that came with the program are newer, copy the ones that came with the program. This is language-dependent, we'll typically only overwrite settings for an English collection.
public static CopyRelevantNewReaderSettings ( CollectionSettings settings ) : void
settings Bloom.Collection.CollectionSettings
return void

GetReaderToolsSettingsFilePath() public static method

The file (currently at a fixed location in every settings folder) where we store any settings related to Decodable and Leveled Readers.
public static GetReaderToolsSettingsFilePath ( CollectionSettings collectionSettings ) : string
collectionSettings Bloom.Collection.CollectionSettings
return string