C# 클래스 WordData, Team-6

파일 보기 프로젝트 열기: RUGSoftEng/Team-6 1 사용 예제들

공개 메소드들

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

메소드 상세

AddSeenTime() 공개 메소드

public AddSeenTime ( double curSeenTime ) : void
curSeenTime double
리턴 void

GetDesc() 공개 메소드

public GetDesc ( ) : string
리턴 string

GetID() 공개 메소드

public GetID ( ) : uint
리턴 uint

GetMemoryWord() 공개 메소드

public GetMemoryWord ( ) : string
리턴 string

GetSeenTime() 공개 메소드

public GetSeenTime ( ) : double
리턴 double

GetTrans() 공개 메소드

public GetTrans ( ) : string
리턴 string

GetWord() 공개 메소드

public GetWord ( ) : string
리턴 string

SetMemory() 공개 메소드

public SetMemory ( bool b ) : void
b bool
리턴 void

Solved() 공개 메소드

public Solved ( ) : void
리턴 void

WordData() 공개 메소드

public WordData ( WordData, wd ) : System.Collections
wd WordData,
리턴 System.Collections

WordData() 공개 메소드

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

WordData() 공개 메소드

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

Wrong() 공개 메소드

public Wrong ( ) : void
리턴 void

setObserver() 공개 메소드

public setObserver ( SwitchColor sc ) : void
sc SwitchColor
리턴 void