C# 클래스 SIL.FieldWorks.LexText.Controls.SfmToTextsAndWordsMappingDlg

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_helpTopicID string

공개 메소드들

메소드 설명
GetDestinationNameFromResource ( InterlinDestination dest, ResourceManager rm ) : string
SetupDlg ( IHelpTopicProvider helpTopicProvider, IApp app, FdoCache cache, Sfm2FlexTextMappingBase mappingToModify, IEnumerable destinationsToDisplay ) : void
SfmToTextsAndWordsMappingDlg ( ) : System

보호된 메소드들

메소드 설명
GetDestinationName ( InterlinDestination destEnum ) : string
GetOldWs ( ) : string
OnDestinationListBox_SelectedIndexChanged ( ) : void
SfmInterlinearMappingDlg_WritingSystemAdded ( object sender, EventArgs e ) : void
m_destinationsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
LoadConverters ( string converter ) : void
LoadDestinations ( ) : void
LoadEncodingConverters ( ) : void

update the 'encoding converters' combo box with the current values

m_addConverterButton_Click ( object sender, EventArgs e ) : void
m_helpButton_Click ( object sender, EventArgs e ) : void
m_okButton_Click ( object sender, EventArgs e ) : void

메소드 상세

GetDestinationName() 보호된 메소드

protected GetDestinationName ( InterlinDestination destEnum ) : string
destEnum InterlinDestination
리턴 string

GetDestinationNameFromResource() 공개 정적인 메소드

public static GetDestinationNameFromResource ( InterlinDestination dest, ResourceManager rm ) : string
dest InterlinDestination
rm ResourceManager
리턴 string

GetOldWs() 보호된 메소드

protected GetOldWs ( ) : string
리턴 string

OnDestinationListBox_SelectedIndexChanged() 보호된 메소드

protected OnDestinationListBox_SelectedIndexChanged ( ) : void
리턴 void

SetupDlg() 공개 메소드

public SetupDlg ( IHelpTopicProvider helpTopicProvider, IApp app, FdoCache cache, Sfm2FlexTextMappingBase mappingToModify, IEnumerable destinationsToDisplay ) : void
helpTopicProvider IHelpTopicProvider
app IApp
cache FdoCache
mappingToModify Sfm2FlexTextMappingBase
destinationsToDisplay IEnumerable
리턴 void

SfmInterlinearMappingDlg_WritingSystemAdded() 보호된 메소드

protected SfmInterlinearMappingDlg_WritingSystemAdded ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

SfmToTextsAndWordsMappingDlg() 공개 메소드

public SfmToTextsAndWordsMappingDlg ( ) : System
리턴 System

m_destinationsListBox_SelectedIndexChanged() 보호된 메소드

protected m_destinationsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

m_helpTopicID 보호되어 있는 프로퍼티

protected string m_helpTopicID
리턴 string