C# 클래스 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.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_copyright string
m_filename string
m_lineNumber int
m_ref SILUBS.SharedScrUtils.BCVRef
m_segment string
m_strbldrCaption ITsIncStrBldr
m_ws int

공개 메소드들

메소드 설명
BTPictureInfo ( string captionText, string sCopyright, int ws, string filename, int lineNumber, string segment, SILUBS.SharedScrUtils.BCVRef reference ) : System

Constructor

메소드 상세

BTPictureInfo() 공개 메소드

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.
리턴 System

프로퍼티 상세

m_copyright 공개적으로 프로퍼티

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

m_filename 공개적으로 프로퍼티

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

m_lineNumber 공개적으로 프로퍼티

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
리턴 int

m_ref 공개적으로 프로퍼티

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

m_segment 공개적으로 프로퍼티

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

m_strbldrCaption 공개적으로 프로퍼티

Back translation text for the picture caption
public ITsIncStrBldr m_strbldrCaption
리턴 ITsIncStrBldr

m_ws 공개적으로 프로퍼티

Writing system for this back translation
public int m_ws
리턴 int