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 |
public AddSeenTime ( double curSeenTime ) : void | ||
curSeenTime | double | |
return | void |
public WordData ( WordData, wd ) : System.Collections | ||
wd | WordData, | |
return | System.Collections |
public WordData ( string word, string translation, string description ) : System.Collections | ||
word | string | |
translation | string | |
description | string | |
return | System.Collections |
public WordData ( string word, string translation, string description, uint id ) : System.Collections | ||
word | string | |
translation | string | |
description | string | |
id | uint | |
return | System.Collections |