C# Класс AppStore.Common.AppReader

This class deals with reading the App-Templates.
Показать файл Открыть проект

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

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

It reads the Flash-Card App-Template, from the .buildmlearn file.

readInfoFile ( string fileName ) : void

It reads the Info App-Template, from the .buildmlearn file.

readQuizFile ( string fileName ) : void

It reads the Quiz App-Template, from the .buildmlearn file.

readSpellingsFile ( string fileName ) : void

It reads the Spellings-Puzzle App-Template, from the .buildmlearn file.

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

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

It reads the Flash-Card App-Template, from the .buildmlearn file.
public static readFlashFile ( string fileName ) : void
fileName string Name of the file
Результат void

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

It reads the Info App-Template, from the .buildmlearn file.
public static readInfoFile ( string fileName ) : void
fileName string Name of the file
Результат void

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

It reads the Quiz App-Template, from the .buildmlearn file.
public static readQuizFile ( string fileName ) : void
fileName string Name of the file
Результат void

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

It reads the Spellings-Puzzle App-Template, from the .buildmlearn file.
public static readSpellingsFile ( string fileName ) : void
fileName string Name of the file
Результат void