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

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

Открытые методы

Метод Описание
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.

Описание методов

WordModel() публичный Метод

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

getDescription() публичный Метод

Gets the description with the WordModel object.
public getDescription ( ) : string
Результат string

getWord() публичный Метод

Gets the word with the WordModel object.
public getWord ( ) : string
Результат string

setDescription() публичный Метод

Sets the description to the WordModel object.
public setDescription ( string mDescription ) : void
mDescription string String description
Результат void

setWord() публичный Метод

Sets the word to the WordModel object.
public setWord ( string mWord ) : void
mWord string String word
Результат void