C# Класс SIL.FieldWorks.FDO.FDOTests.DummyEditorialCheck

Dummy "check" that just calls the RecordError delegate once for each "error" in its list.
Наследование: IScriptureCheck
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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