C# Class SIL.FieldWorks.TE.BtFootnoteBldrInfo

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

Méthodes publiques

Свойство Type Description
bldr ITsStrBldr
ichOffset int
reference SILUBS.SharedScrUtils.BCVRef
styleId string
ws int

Méthodes publiques

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

Constructor

Method Details

BtFootnoteBldrInfo() public méthode

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
Résultat System

Property Details

bldr public_oe property

The builder containing the guts of the footnote
public ITsStrBldr bldr
Résultat ITsStrBldr

ichOffset public_oe property

The character offset where this footnote belongs in the "owning" para
public int ichOffset
Résultat int

reference public_oe property

The Scripture reference of the footnote
public BCVRef,SILUBS.SharedScrUtils reference
Résultat SILUBS.SharedScrUtils.BCVRef

styleId public_oe property

The para style of the footnote para
public string styleId
Résultat string

ws public_oe property

The writing system of the BT
public int ws
Résultat int