C# 클래스 SIL.FieldWorks.FwCoreDlgs.DummyValidCharsGridMngr

Override of a ValidCharsGridsManager for testing.
상속: ValidCharactersDlg.ValidCharGridsManager
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
VerifyCharacters ( string expectedChars ) : void

Verifies that the expected characters were added.

보호된 메소드들

메소드 설명
AddCharacter ( string chr, ValidCharacterType type, bool notUsed ) : void

Adds the character to a list (rather than to a grid).

메소드 상세

AddCharacter() 보호된 메소드

Adds the character to a list (rather than to a grid).
protected AddCharacter ( string chr, ValidCharacterType type, bool notUsed ) : void
chr string
type ValidCharacterType
notUsed bool
리턴 void

VerifyCharacters() 공개 메소드

Verifies that the expected characters were added.
public VerifyCharacters ( string expectedChars ) : void
expectedChars string The characters that we expect would be added to the /// grid for a particular test.
리턴 void