C# Class AppStore.Models.WordModel

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

Méthodes publiques

Méthode Description
WordModel ( string word, string description )

Public Construtor to the model.

getDescription ( ) : string

Gets the description with the WordModel object.

getWord ( ) : string

Gets the word with the WordModel object.

setDescription ( string mDescription ) : void

Sets the description to the WordModel object.

setWord ( string mWord ) : void

Sets the word to the WordModel object.

Method Details

WordModel() public méthode

Public Construtor to the model.
public WordModel ( string word, string description )
word string String Word
description string String Description

getDescription() public méthode

Gets the description with the WordModel object.
public getDescription ( ) : string
Résultat string

getWord() public méthode

Gets the word with the WordModel object.
public getWord ( ) : string
Résultat string

setDescription() public méthode

Sets the description to the WordModel object.
public setDescription ( string mDescription ) : void
mDescription string String description
Résultat void

setWord() public méthode

Sets the word to the WordModel object.
public setWord ( string mWord ) : void
mWord string String word
Résultat void