C# Класс SILUBS.ScriptureChecks.MatchedPairsCheck

The matched pairs check has an inventory mode in Paratext. TE doesn't use the inventory stuff.
Наследование: IScrCheckInventory
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Check ( IEnumerable toks, RecordErrorHandler record ) : void

GetReferences ( IEnumerable tokens, string desiredKey ) : List

MatchedPairsCheck ( IChecksDataSource checksDataSource ) : System

Initializes a new instance of the MatchedPairsCheck class.

Save ( ) : void

Update all parameter values in CheckDataSource and then save them. This is here because the inventory form does not know what parameters need to be saved for a given check, only the check knows this.

Приватные методы

Метод Описание
Localize ( string strToLocalize ) : string

Returns a localized version of the specified string.

Описание методов

Check() публичный Метод

public Check ( IEnumerable toks, RecordErrorHandler record ) : void
toks IEnumerable
record RecordErrorHandler
Результат void

GetReferences() публичный Метод

public GetReferences ( IEnumerable tokens, string desiredKey ) : List
tokens IEnumerable
desiredKey string
Результат List

MatchedPairsCheck() публичный Метод

Initializes a new instance of the MatchedPairsCheck class.
public MatchedPairsCheck ( IChecksDataSource checksDataSource ) : System
checksDataSource IChecksDataSource The checks data source.
Результат System

Save() публичный Метод

Update all parameter values in CheckDataSource and then save them. This is here because the inventory form does not know what parameters need to be saved for a given check, only the check knows this.
public Save ( ) : void
Результат void