C# 클래스 SILUBS.ScriptureChecks.MatchedPairsCheck

The matched pairs check has an inventory mode in Paratext. TE doesn't use the inventory stuff.
상속: IScrCheckInventory
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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