C# Class SIL.FieldWorks.TE.BTPictureInfo

Contains information about the back translation of a picture. These are accumulated for a paragraph and matched up to the pictures in the vernacular paragraph when the paragraph is completed.
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
m_copyright string
m_filename string
m_lineNumber int
m_ref SILUBS.SharedScrUtils.BCVRef
m_segment string
m_strbldrCaption ITsIncStrBldr
m_ws int

Public Methods

Method Description
BTPictureInfo ( string captionText, string sCopyright, int ws, string filename, int lineNumber, string segment, SILUBS.SharedScrUtils.BCVRef reference ) : System

Constructor

Method Details

BTPictureInfo() public method

Constructor
public BTPictureInfo ( string captionText, string sCopyright, int ws, string filename, int lineNumber, string segment, SILUBS.SharedScrUtils.BCVRef reference ) : System
captionText string The BT caption text (can be null).
sCopyright string The BT copyright text (can be null).
ws int The writing system of the BT.
filename string The name of the file being imported.
lineNumber int The line number of the first BT segment encountered for /// this picture.
segment string The first BT segment encountered for this picture.
reference SILUBS.SharedScrUtils.BCVRef The Scripture reference.
return System

Property Details

m_copyright public_oe property

Publishable information about the copyright that should appear on the copyright page of the publication.
public string m_copyright
return string

m_filename public_oe property

Current Filename at the time the BT picture segment was encountered (if known). Used only for error reporting purposes
public string m_filename
return string

m_lineNumber public_oe property

Current file line number at the time the BT picture segment was encountered (if known). Used only for error reporting purposes
public int m_lineNumber
return int

m_ref public_oe property

Current Scripture reference at the time the BT picture segment was encountered. Used only for error reporting purposes
public BCVRef,SILUBS.SharedScrUtils m_ref
return SILUBS.SharedScrUtils.BCVRef

m_segment public_oe property

The BT picture segment (marker + segment text). Used only for error reporting purposes
public string m_segment
return string

m_strbldrCaption public_oe property

Back translation text for the picture caption
public ITsIncStrBldr m_strbldrCaption
return ITsIncStrBldr

m_ws public_oe property

Writing system for this back translation
public int m_ws
return int