C# 클래스 AppStore.Common.AppReader

This class deals with reading the App-Templates.
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store

공개 메소드들

메소드 설명
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