C# Класс Bloom.Edit.DecodableReaderTool

Наследование: ToolboxTool
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CopyReaderToolsSettingsToWhereTheyBelong ( string newlyAddedFolderOfThePack ) : void

Описание методов

CopyRelevantNewReaderSettings() публичный статический Метод

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
Результат void

GetReaderToolsSettingsFilePath() публичный статический Метод

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
Результат string