C# Class SIL.FieldWorks.FDO.FDOTests.DummyParaCheckingToken

Dummy Scripture Checking Token representing part of a paragraph
Inheritance: SIL.FieldWorks.FDO.DomainServices.ScrCheckingToken
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
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.

Method Details

DummyParaCheckingToken() public method

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.
return System

DummyParaCheckingToken() public method

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.
return System