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

Dummy Scripture Checking Token representing part of a paragraph
상속: SIL.FieldWorks.FDO.DomainServices.ScrCheckingToken
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
DummyParaCheckingToken ( ICmObject obj, int ws, int paraOffset ) : System

Initializes a new instance of the DummyParaCheckingToken class.

DummyParaCheckingToken ( ICmObject obj, int ws, int paraOffset, SILUBS.SharedScrUtils.BCVRef startRef, SILUBS.SharedScrUtils.BCVRef endRef ) : System

Initializes a new instance of the DummyParaCheckingToken class.

메소드 상세

DummyParaCheckingToken() 공개 메소드

Initializes a new instance of the DummyParaCheckingToken class.
public DummyParaCheckingToken ( ICmObject obj, int ws, int paraOffset ) : System
obj ICmObject The obj.
ws int The writing system
paraOffset int The para offset.
리턴 System

DummyParaCheckingToken() 공개 메소드

Initializes a new instance of the DummyParaCheckingToken class.
public DummyParaCheckingToken ( ICmObject obj, int ws, int paraOffset, SILUBS.SharedScrUtils.BCVRef startRef, SILUBS.SharedScrUtils.BCVRef endRef ) : System
obj ICmObject The obj.
ws int The writing system
paraOffset int The para offset.
startRef SILUBS.SharedScrUtils.BCVRef The start reference.
endRef SILUBS.SharedScrUtils.BCVRef The end reference.
리턴 System