C# 클래스 SIL.FieldWorks.TE.BtFootnoteBldrInfo

Info needed for batching up footnote string builders when doing non-interleaved Back Translations
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 프로퍼티들

프로퍼티 타입 설명
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