C# 클래스 SIL.FieldWorks.FDO.FDOTests.DummyScrChecksDataSource

Dummy ScrChecksDataSource that modifies the behavior of ScrChecksDataSource to be used in tests.
상속: ScrChecksDataSource
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
DummyScrChecksDataSource ( FdoCache cache, int maxIdenticalErrors ) : System

Initializes a new instance of the DummyScrChecksDataSource class.

보호된 메소드들

메소드 설명
GetMaxIdenticalErrors ( System.Guid checkId ) : int

Gets the max identical errors.

메소드 상세

DummyScrChecksDataSource() 공개 메소드

Initializes a new instance of the DummyScrChecksDataSource class.
public DummyScrChecksDataSource ( FdoCache cache, int maxIdenticalErrors ) : System
cache FdoCache The cache.
maxIdenticalErrors int The maximum number of identical errors that will /// be allowed for a Scripture check.
리턴 System

GetMaxIdenticalErrors() 보호된 메소드

Gets the max identical errors.
protected GetMaxIdenticalErrors ( System.Guid checkId ) : int
checkId System.Guid The unique id of the check.
리턴 int