C# Class SILUBS.ScriptureChecks.MatchedPairsCheck

The matched pairs check has an inventory mode in Paratext. TE doesn't use the inventory stuff.
Inheritance: IScrCheckInventory
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Localize ( string strToLocalize ) : string

Returns a localized version of the specified string.

Method Details

Check() public méthode

public Check ( IEnumerable toks, RecordErrorHandler record ) : void
toks IEnumerable
record RecordErrorHandler
Résultat void

GetReferences() public méthode

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

MatchedPairsCheck() public méthode

Initializes a new instance of the MatchedPairsCheck class.
public MatchedPairsCheck ( IChecksDataSource checksDataSource ) : System
checksDataSource IChecksDataSource The checks data source.
Résultat System

Save() public méthode

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