C# Class SIL.FieldWorks.LexText.Controls.SfmToTextsAndWordsMappingDlg

显示文件 Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_helpTopicID string

Public Methods

Method Description
GetDestinationNameFromResource ( InterlinDestination dest, ResourceManager rm ) : string
SetupDlg ( IHelpTopicProvider helpTopicProvider, IApp app, FdoCache cache, Sfm2FlexTextMappingBase mappingToModify, IEnumerable destinationsToDisplay ) : void
SfmToTextsAndWordsMappingDlg ( ) : System

Protected Methods

Method Description
GetDestinationName ( InterlinDestination destEnum ) : string
GetOldWs ( ) : string
OnDestinationListBox_SelectedIndexChanged ( ) : void
SfmInterlinearMappingDlg_WritingSystemAdded ( object sender, EventArgs e ) : void
m_destinationsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
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

Method Details

GetDestinationName() protected method

protected GetDestinationName ( InterlinDestination destEnum ) : string
destEnum InterlinDestination
return string

GetDestinationNameFromResource() public static method

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

GetOldWs() protected method

protected GetOldWs ( ) : string
return string

OnDestinationListBox_SelectedIndexChanged() protected method

protected OnDestinationListBox_SelectedIndexChanged ( ) : void
return void

SetupDlg() public method

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

SfmInterlinearMappingDlg_WritingSystemAdded() protected method

protected SfmInterlinearMappingDlg_WritingSystemAdded ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SfmToTextsAndWordsMappingDlg() public method

public SfmToTextsAndWordsMappingDlg ( ) : System
return System

m_destinationsListBox_SelectedIndexChanged() protected method

protected m_destinationsListBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

m_helpTopicID protected_oe property

protected string m_helpTopicID
return string