C# Class WordData, Team-6

Afficher le fichier Open project: RUGSoftEng/Team-6 Class Usage Examples

Méthodes publiques

Méthode Description
AddSeenTime ( double curSeenTime ) : void
GetDesc ( ) : string
GetID ( ) : uint
GetMemoryWord ( ) : string
GetSeenTime ( ) : double
GetTrans ( ) : string
GetWord ( ) : string
SetMemory ( bool b ) : void
Solved ( ) : void
WordData ( WordData, wd ) : System.Collections
WordData ( string word, string translation, string description ) : System.Collections
WordData ( string word, string translation, string description, uint id ) : System.Collections
Wrong ( ) : void
setObserver ( SwitchColor sc ) : void

Method Details

AddSeenTime() public méthode

public AddSeenTime ( double curSeenTime ) : void
curSeenTime double
Résultat void

GetDesc() public méthode

public GetDesc ( ) : string
Résultat string

GetID() public méthode

public GetID ( ) : uint
Résultat uint

GetMemoryWord() public méthode

public GetMemoryWord ( ) : string
Résultat string

GetSeenTime() public méthode

public GetSeenTime ( ) : double
Résultat double

GetTrans() public méthode

public GetTrans ( ) : string
Résultat string

GetWord() public méthode

public GetWord ( ) : string
Résultat string

SetMemory() public méthode

public SetMemory ( bool b ) : void
b bool
Résultat void

Solved() public méthode

public Solved ( ) : void
Résultat void

WordData() public méthode

public WordData ( WordData, wd ) : System.Collections
wd WordData,
Résultat System.Collections

WordData() public méthode

public WordData ( string word, string translation, string description ) : System.Collections
word string
translation string
description string
Résultat System.Collections

WordData() public méthode

public WordData ( string word, string translation, string description, uint id ) : System.Collections
word string
translation string
description string
id uint
Résultat System.Collections

Wrong() public méthode

public Wrong ( ) : void
Résultat void

setObserver() public méthode

public setObserver ( SwitchColor sc ) : void
sc SwitchColor
Résultat void