C# Класс SIL.FieldWorks.TE.BtFootnoteBldrInfo

Info needed for batching up footnote string builders when doing non-interleaved Back Translations
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
bldr ITsStrBldr
ichOffset int
reference SILUBS.SharedScrUtils.BCVRef
styleId string
ws int

Открытые методы

Метод Описание
BtFootnoteBldrInfo ( int ws, ITsStrBldr bldr, string styleId, int ichOffset, SILUBS.SharedScrUtils.BCVRef reference ) : System

Constructor

Описание методов

BtFootnoteBldrInfo() публичный Метод

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
Результат System

Описание свойств

bldr публичное свойство

The builder containing the guts of the footnote
public ITsStrBldr bldr
Результат ITsStrBldr

ichOffset публичное свойство

The character offset where this footnote belongs in the "owning" para
public int ichOffset
Результат int

reference публичное свойство

The Scripture reference of the footnote
public BCVRef,SILUBS.SharedScrUtils reference
Результат SILUBS.SharedScrUtils.BCVRef

styleId публичное свойство

The para style of the footnote para
public string styleId
Результат string

ws публичное свойство

The writing system of the BT
public int ws
Результат int