C# Class Bloom.Edit.DecodableReaderTool

Inheritance: ToolboxTool
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CopyReaderToolsSettingsToWhereTheyBelong ( string newlyAddedFolderOfThePack ) : void

Method Details

CopyRelevantNewReaderSettings() public static méthode

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
Résultat void

GetReaderToolsSettingsFilePath() public static méthode

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
Résultat string