C# Класс AppStore.Models.QuizModel

It is model for the Quiz App-Template.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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