C# 클래스 AppStore.Models.WordModel

It is model for the Spelings App-Template.
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store 1 사용 예제들

공개 메소드들

메소드 설명
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