C# Class SILUBS.ScriptureChecks.MatchedPairsCheck

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

Public Methods

Method 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

Method Description
Localize ( string strToLocalize ) : string

Returns a localized version of the specified string.

Method Details

Check() public method

public Check ( IEnumerable toks, RecordErrorHandler record ) : void
toks IEnumerable
record RecordErrorHandler
return void

GetReferences() public method

public GetReferences ( IEnumerable tokens, string desiredKey ) : List
tokens IEnumerable
desiredKey string
return List

MatchedPairsCheck() public method

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

Save() public method

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
return void