C# Class AppStore.Common.AppReader

This class deals with reading the App-Templates.
Afficher le fichier Open project: BuildmLearn/BuildmLearn-Store

Méthodes publiques

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

Method Details

readFlashFile() public static méthode

It reads the Flash-Card App-Template, from the .buildmlearn file.
public static readFlashFile ( string fileName ) : void
fileName string Name of the file
Résultat void

readInfoFile() public static méthode

It reads the Info App-Template, from the .buildmlearn file.
public static readInfoFile ( string fileName ) : void
fileName string Name of the file
Résultat void

readQuizFile() public static méthode

It reads the Quiz App-Template, from the .buildmlearn file.
public static readQuizFile ( string fileName ) : void
fileName string Name of the file
Résultat void

readSpellingsFile() public static méthode

It reads the Spellings-Puzzle App-Template, from the .buildmlearn file.
public static readSpellingsFile ( string fileName ) : void
fileName string Name of the file
Résultat void