C# 클래스 GeckofxUnitTests.MockMozIPersonalDictionaryAcceptsAllWords

Mock PersonalDictionary That accepts all words.
상속: mozIPersonalDictionary
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
AddCorrection ( string word, string correction, string lang ) : void
AddWord ( string word, string lang ) : void
Check ( string word, string lang ) : bool
EndSession ( ) : void
GetCorrection ( string word, System &words, uint &count ) : void
GetWordListAttribute ( ) : nsIStringEnumerator
IgnoreWord ( string word ) : void
Load ( ) : void
RemoveCorrection ( string word, string correction, string lang ) : void
RemoveWord ( string word, string lang ) : void
Save ( ) : void

메소드 상세

AddCorrection() 공개 메소드

public AddCorrection ( string word, string correction, string lang ) : void
word string
correction string
lang string
리턴 void

AddWord() 공개 메소드

public AddWord ( string word, string lang ) : void
word string
lang string
리턴 void

Check() 공개 메소드

public Check ( string word, string lang ) : bool
word string
lang string
리턴 bool

EndSession() 공개 메소드

public EndSession ( ) : void
리턴 void

GetCorrection() 공개 메소드

public GetCorrection ( string word, System &words, uint &count ) : void
word string
words System
count uint
리턴 void

GetWordListAttribute() 공개 메소드

public GetWordListAttribute ( ) : nsIStringEnumerator
리턴 nsIStringEnumerator

IgnoreWord() 공개 메소드

public IgnoreWord ( string word ) : void
word string
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

RemoveCorrection() 공개 메소드

public RemoveCorrection ( string word, string correction, string lang ) : void
word string
correction string
lang string
리턴 void

RemoveWord() 공개 메소드

public RemoveWord ( string word, string lang ) : void
word string
lang string
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void