Метод | Описание | |
---|---|---|
Check ( IEnumerable |
Execute the check and call 'RecordError' for every error found.
|
|
DummyEditorialCheck ( System.Guid checkId ) : System | ||
GetReferences ( IEnumerable |
||
Save ( ) : void |
public Check ( IEnumerable |
||
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 |
public DummyEditorialCheck ( System.Guid checkId ) : System | ||
checkId | System.Guid | |
Результат | System |
public GetReferences ( IEnumerable |
||
tokens | IEnumerable |
|
desiredKey | string | |
Результат | List |