C# Class AppStore.Common.AppReader

This class deals with reading the App-Templates.
Show file Open project: BuildmLearn/BuildmLearn-Store

Public Methods

Method 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 method

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

readInfoFile() public static method

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

readQuizFile() public static method

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

readSpellingsFile() public static method

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