C# 클래스 SIL.FieldWorks.FDO.FDOTests.DummyEditorialCheck

Dummy "check" that just calls the RecordError delegate once for each "error" in its list.
상속: IScriptureCheck
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
Check ( IEnumerable toks, RecordErrorHandler record ) : void

Execute the check and call 'RecordError' for every error found.

DummyEditorialCheck ( System.Guid checkId ) : System
GetReferences ( IEnumerable tokens, string desiredKey ) : List
Save ( ) : void

메소드 상세

Check() 공개 메소드

Execute the check and call 'RecordError' for every error found.
public Check ( IEnumerable toks, RecordErrorHandler record ) : void
toks IEnumerable ITextToken's corresponding to the text to be checked. /// Typically this is one books worth.
record RecordErrorHandler Call this delegate to report each error found.
리턴 void

DummyEditorialCheck() 공개 메소드

public DummyEditorialCheck ( System.Guid checkId ) : System
checkId System.Guid
리턴 System

GetReferences() 공개 메소드

public GetReferences ( IEnumerable tokens, string desiredKey ) : List
tokens IEnumerable
desiredKey string
리턴 List

Save() 공개 메소드

public Save ( ) : void
리턴 void