C# Class AppStore.Models.SpellingsModel

It is model for the Spellings App-Template.
Afficher le fichier Open project: BuildmLearn/BuildmLearn-Store Class Usage Examples

Méthodes publiques

Свойство Type Description
mSpellingsModel SpellingsModel

Méthodes publiques

Méthode Description
clearInstance ( ) : void

Clears the instance of the SpellingsModel

getActiveCount ( ) : int

Gets the cuurent index

getInstance ( ) : SpellingsModel

Gets the instance of the SpellingsModel

getPuzzleAuthor ( ) : string

Gets the author of the Puzzle

getPuzzleAuthorEmail ( ) : string

Gets the AuthorEmail of the puzzle

getPuzzleDescription ( ) : string

Gets the description of the puzzle

getPuzzleName ( ) : string

Gets the name of the Puzzle

getPuzzleVersion ( ) : string

Gets the version of the puzzle

getSpellingsList ( ) : List

Gets the SpellingsList of the puzzle

getTotalCorrect ( ) : int

Gets the total number of correct answers

getTotalWrong ( ) : int

Gets the total number of the wrong answers

setActiveCount ( int activeCount ) : void

Sets the active index

setPuzzleAuthor ( string mPuzzleAuthor ) : void

Sets the author of the puzzle

setPuzzleAuthorEmail ( string mPuzzleAuthorEmail ) : void

Sets the AuthorEmail of the puzzle

setPuzzleDescription ( string mPuzzleDescription ) : void

Sets the description of the puzzle

setPuzzleName ( string mPuzzleName ) : void

Sets the name of the puzzle

setPuzzleVersion ( string mPuzzleVersion ) : void

Sets the version of the puzzle

setSpellingsList ( List mSpellingsList ) : void

Sets the SpellingsList of the puzzle

setTotalCorrect ( int totalCorrect ) : void

Sets the total number of the correct answers

setTotalWrong ( int totalWrong ) : void

Sets the total number of the wrong answers

Method Details

clearInstance() public static méthode

Clears the instance of the SpellingsModel
public static clearInstance ( ) : void
Résultat void

getActiveCount() public méthode

Gets the cuurent index
public getActiveCount ( ) : int
Résultat int

getInstance() public static méthode

Gets the instance of the SpellingsModel
public static getInstance ( ) : SpellingsModel
Résultat SpellingsModel

getPuzzleAuthor() public méthode

Gets the author of the Puzzle
public getPuzzleAuthor ( ) : string
Résultat string

getPuzzleAuthorEmail() public méthode

Gets the AuthorEmail of the puzzle
public getPuzzleAuthorEmail ( ) : string
Résultat string

getPuzzleDescription() public méthode

Gets the description of the puzzle
public getPuzzleDescription ( ) : string
Résultat string

getPuzzleName() public méthode

Gets the name of the Puzzle
public getPuzzleName ( ) : string
Résultat string

getPuzzleVersion() public méthode

Gets the version of the puzzle
public getPuzzleVersion ( ) : string
Résultat string

getSpellingsList() public méthode

Gets the SpellingsList of the puzzle
public getSpellingsList ( ) : List
Résultat List

getTotalCorrect() public méthode

Gets the total number of correct answers
public getTotalCorrect ( ) : int
Résultat int

getTotalWrong() public méthode

Gets the total number of the wrong answers
public getTotalWrong ( ) : int
Résultat int

setActiveCount() public méthode

Sets the active index
public setActiveCount ( int activeCount ) : void
activeCount int Current index of the question
Résultat void

setPuzzleAuthor() public méthode

Sets the author of the puzzle
public setPuzzleAuthor ( string mPuzzleAuthor ) : void
mPuzzleAuthor string Author of the puzzle
Résultat void

setPuzzleAuthorEmail() public méthode

Sets the AuthorEmail of the puzzle
public setPuzzleAuthorEmail ( string mPuzzleAuthorEmail ) : void
mPuzzleAuthorEmail string AuthorEmail of the Puzzle
Résultat void

setPuzzleDescription() public méthode

Sets the description of the puzzle
public setPuzzleDescription ( string mPuzzleDescription ) : void
mPuzzleDescription string Description of the Puzzle
Résultat void

setPuzzleName() public méthode

Sets the name of the puzzle
public setPuzzleName ( string mPuzzleName ) : void
mPuzzleName string Name of the puzzle
Résultat void

setPuzzleVersion() public méthode

Sets the version of the puzzle
public setPuzzleVersion ( string mPuzzleVersion ) : void
mPuzzleVersion string Version of the puzzle
Résultat void

setSpellingsList() public méthode

Sets the SpellingsList of the puzzle
public setSpellingsList ( List mSpellingsList ) : void
mSpellingsList List SpellingsList of the Puzzle
Résultat void

setTotalCorrect() public méthode

Sets the total number of the correct answers
public setTotalCorrect ( int totalCorrect ) : void
totalCorrect int Total number of the correct answers
Résultat void

setTotalWrong() public méthode

Sets the total number of the wrong answers
public setTotalWrong ( int totalWrong ) : void
totalWrong int
Résultat void

Property Details

mSpellingsModel public_oe static_oe property

public static SpellingsModel,AppStore.Models mSpellingsModel
Résultat SpellingsModel