C# Class SIL.FieldWorks.FDO.FDOTests.DummyEditorialCheck

Dummy "check" that just calls the RecordError delegate once for each "error" in its list.
Inheritance: IScriptureCheck
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Check() public méthode

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.
Résultat void

DummyEditorialCheck() public méthode

public DummyEditorialCheck ( System.Guid checkId ) : System
checkId System.Guid
Résultat System

GetReferences() public méthode

public GetReferences ( IEnumerable tokens, string desiredKey ) : List
tokens IEnumerable
desiredKey string
Résultat List

Save() public méthode

public Save ( ) : void
Résultat void