C# Class WordData, Team-6

Mostrar archivo Open project: RUGSoftEng/Team-6 Class Usage Examples

Public Methods

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

public AddSeenTime ( double curSeenTime ) : void
curSeenTime double
return void

GetDesc() public method

public GetDesc ( ) : string
return string

GetID() public method

public GetID ( ) : uint
return uint

GetMemoryWord() public method

public GetMemoryWord ( ) : string
return string

GetSeenTime() public method

public GetSeenTime ( ) : double
return double

GetTrans() public method

public GetTrans ( ) : string
return string

GetWord() public method

public GetWord ( ) : string
return string

SetMemory() public method

public SetMemory ( bool b ) : void
b bool
return void

Solved() public method

public Solved ( ) : void
return void

WordData() public method

public WordData ( WordData, wd ) : System.Collections
wd WordData,
return System.Collections

WordData() public method

public WordData ( string word, string translation, string description ) : System.Collections
word string
translation string
description string
return System.Collections

WordData() public method

public WordData ( string word, string translation, string description, uint id ) : System.Collections
word string
translation string
description string
id uint
return System.Collections

Wrong() public method

public Wrong ( ) : void
return void

setObserver() public method

public setObserver ( SwitchColor sc ) : void
sc SwitchColor
return void