C# Class AppStore.Models.SpellingsModel

It is model for the Spellings App-Template.
Mostrar archivo Open project: BuildmLearn/BuildmLearn-Store Class Usage Examples

Public Properties

Property Type Description
mSpellingsModel SpellingsModel

Public Methods

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

Clears the instance of the SpellingsModel
public static clearInstance ( ) : void
return void

getActiveCount() public method

Gets the cuurent index
public getActiveCount ( ) : int
return int

getInstance() public static method

Gets the instance of the SpellingsModel
public static getInstance ( ) : SpellingsModel
return SpellingsModel

getPuzzleAuthor() public method

Gets the author of the Puzzle
public getPuzzleAuthor ( ) : string
return string

getPuzzleAuthorEmail() public method

Gets the AuthorEmail of the puzzle
public getPuzzleAuthorEmail ( ) : string
return string

getPuzzleDescription() public method

Gets the description of the puzzle
public getPuzzleDescription ( ) : string
return string

getPuzzleName() public method

Gets the name of the Puzzle
public getPuzzleName ( ) : string
return string

getPuzzleVersion() public method

Gets the version of the puzzle
public getPuzzleVersion ( ) : string
return string

getSpellingsList() public method

Gets the SpellingsList of the puzzle
public getSpellingsList ( ) : List
return List

getTotalCorrect() public method

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

getTotalWrong() public method

Gets the total number of the wrong answers
public getTotalWrong ( ) : int
return int

setActiveCount() public method

Sets the active index
public setActiveCount ( int activeCount ) : void
activeCount int Current index of the question
return void

setPuzzleAuthor() public method

Sets the author of the puzzle
public setPuzzleAuthor ( string mPuzzleAuthor ) : void
mPuzzleAuthor string Author of the puzzle
return void

setPuzzleAuthorEmail() public method

Sets the AuthorEmail of the puzzle
public setPuzzleAuthorEmail ( string mPuzzleAuthorEmail ) : void
mPuzzleAuthorEmail string AuthorEmail of the Puzzle
return void

setPuzzleDescription() public method

Sets the description of the puzzle
public setPuzzleDescription ( string mPuzzleDescription ) : void
mPuzzleDescription string Description of the Puzzle
return void

setPuzzleName() public method

Sets the name of the puzzle
public setPuzzleName ( string mPuzzleName ) : void
mPuzzleName string Name of the puzzle
return void

setPuzzleVersion() public method

Sets the version of the puzzle
public setPuzzleVersion ( string mPuzzleVersion ) : void
mPuzzleVersion string Version of the puzzle
return void

setSpellingsList() public method

Sets the SpellingsList of the puzzle
public setSpellingsList ( List mSpellingsList ) : void
mSpellingsList List SpellingsList of the Puzzle
return void

setTotalCorrect() public method

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

setTotalWrong() public method

Sets the total number of the wrong answers
public setTotalWrong ( int totalWrong ) : void
totalWrong int
return void

Property Details

mSpellingsModel public_oe static_oe property

public static SpellingsModel,AppStore.Models mSpellingsModel
return SpellingsModel