C# 클래스 AppStore.Models.QuizModel

It is model for the Quiz App-Template.
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mQuizModel QuizModel

공개 메소드들

메소드 설명
clearInstance ( ) : void

Clears the Instance of the Quiz App-Template.

getInstance ( ) : QuizModel

Gets the Instance of the Quiz App-Template.

getQueAnsList ( ) : List

Gets the List of Questions

getQuizAuthor ( ) : string

Gets the Author of the Quiz

getQuizDescription ( ) : string

Gets the Description of the quiz

getQuizName ( ) : string

Gets the Name of the Quiz

getQuizVersion ( ) : string

Gets the Version of the Quiz

getTotalCorrect ( ) : int

Gets the total number of correct answers

getTotalWrong ( ) : int

Gets the total number of Wrong answers

setQueAnsList ( List mQueAnsList ) : void

Sets the list of Questions

setQuizAuthor ( string mQuizAuthor ) : void

Sets the Author of the quiz

setQuizAuthorEmail ( string mQuizAuthorEmail ) : void

Gets the Author Email of the Quiz

setQuizDescription ( string mQuizDescription ) : void

Sets the Description of the Quiz

setQuizName ( string mQuizName ) : void

Sets the name of the Quiz

setQuizVersion ( string mQuizVersion ) : void

Sets the version of the Quiz

setTotalCorrect ( int totalCorrect ) : void

Sets the total correct answers by the user.

setTotalWrong ( int totalWrong ) : void

Sets the total number of wrong answers

메소드 상세

clearInstance() 공개 정적인 메소드

Clears the Instance of the Quiz App-Template.
public static clearInstance ( ) : void
리턴 void

getInstance() 공개 정적인 메소드

Gets the Instance of the Quiz App-Template.
public static getInstance ( ) : QuizModel
리턴 QuizModel

getQueAnsList() 공개 메소드

Gets the List of Questions
public getQueAnsList ( ) : List
리턴 List

getQuizAuthor() 공개 메소드

Gets the Author of the Quiz
public getQuizAuthor ( ) : string
리턴 string

getQuizDescription() 공개 메소드

Gets the Description of the quiz
public getQuizDescription ( ) : string
리턴 string

getQuizName() 공개 메소드

Gets the Name of the Quiz
public getQuizName ( ) : string
리턴 string

getQuizVersion() 공개 메소드

Gets the Version of the Quiz
public getQuizVersion ( ) : string
리턴 string

getTotalCorrect() 공개 메소드

Gets the total number of correct answers
public getTotalCorrect ( ) : int
리턴 int

getTotalWrong() 공개 메소드

Gets the total number of Wrong answers
public getTotalWrong ( ) : int
리턴 int

setQueAnsList() 공개 메소드

Sets the list of Questions
public setQueAnsList ( List mQueAnsList ) : void
mQueAnsList List List of Question Objects
리턴 void

setQuizAuthor() 공개 메소드

Sets the Author of the quiz
public setQuizAuthor ( string mQuizAuthor ) : void
mQuizAuthor string Author of the Quiz
리턴 void

setQuizAuthorEmail() 공개 메소드

Gets the Author Email of the Quiz
public setQuizAuthorEmail ( string mQuizAuthorEmail ) : void
mQuizAuthorEmail string
리턴 void

setQuizDescription() 공개 메소드

Sets the Description of the Quiz
public setQuizDescription ( string mQuizDescription ) : void
mQuizDescription string Description of the Quiz
리턴 void

setQuizName() 공개 메소드

Sets the name of the Quiz
public setQuizName ( string mQuizName ) : void
mQuizName string Name of the Quiz
리턴 void

setQuizVersion() 공개 메소드

Sets the version of the Quiz
public setQuizVersion ( string mQuizVersion ) : void
mQuizVersion string Version of the Quiz
리턴 void

setTotalCorrect() 공개 메소드

Sets the total correct answers by the user.
public setTotalCorrect ( int totalCorrect ) : void
totalCorrect int Total number of correct answers
리턴 void

setTotalWrong() 공개 메소드

Sets the total number of wrong answers
public setTotalWrong ( int totalWrong ) : void
totalWrong int Number of wrong answers
리턴 void

프로퍼티 상세

mQuizModel 공개적으로 정적으로 프로퍼티

public static QuizModel,AppStore.Models mQuizModel
리턴 QuizModel