C# Class SIL.FieldWorks.TE.BtFootnoteBldrInfo

Info needed for batching up footnote string builders when doing non-interleaved Back Translations
Mostra file Open project: sillsdev/FieldWorks

Public Properties

Property Type Description
bldr ITsStrBldr
ichOffset int
reference SILUBS.SharedScrUtils.BCVRef
styleId string
ws int

Public Methods

Method Description
BtFootnoteBldrInfo ( int ws, ITsStrBldr bldr, string styleId, int ichOffset, SILUBS.SharedScrUtils.BCVRef reference ) : System

Constructor

Method Details

BtFootnoteBldrInfo() public method

Constructor
public BtFootnoteBldrInfo ( int ws, ITsStrBldr bldr, string styleId, int ichOffset, SILUBS.SharedScrUtils.BCVRef reference ) : System
ws int
bldr ITsStrBldr
styleId string
ichOffset int
reference SILUBS.SharedScrUtils.BCVRef
return System

Property Details

bldr public_oe property

The builder containing the guts of the footnote
public ITsStrBldr bldr
return ITsStrBldr

ichOffset public_oe property

The character offset where this footnote belongs in the "owning" para
public int ichOffset
return int

reference public_oe property

The Scripture reference of the footnote
public BCVRef,SILUBS.SharedScrUtils reference
return SILUBS.SharedScrUtils.BCVRef

styleId public_oe property

The para style of the footnote para
public string styleId
return string

ws public_oe property

The writing system of the BT
public int ws
return int