C# Class SIL.FieldWorks.LexText.Controls.MasterCategoryListDlg.MasterCategory

Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
AddToDatabase ( SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList posList, MasterCategory parent, IPartOfSpeech subItemOwner ) : void
MasterCategory ( ) : System
ResetDescription ( System.Windows.Forms.RichTextBox rtbDescription ) : void
ToString ( ) : string

Private Methods

Method Description
Create ( Set posSet, XmlNode node, SIL.FieldWorks.FDO.FdoCache cache ) : MasterCategory
DeterminePOSLocationInfo ( SIL.FieldWorks.FDO.FdoCache cache, IPartOfSpeech subItemOwner, MasterCategory parent, ICmPossibilityList posList, int &newOwningFlid, int &insertLocation ) : int
GetBestWritingSystemForNamedNode ( XmlNode node, string sNodeName, string sDefaultWS, SIL.FieldWorks.FDO.FdoCache cache, string &sNodeContent ) : string
NameFixer ( string name ) : string

Ensures the first letter is uppercase, and that uppercase letters after the first letter, start a new word.

SetContentFromNode ( SIL.FieldWorks.FDO.FdoCache cache, string sNodeName, bool fFixName, ITsMultiString item ) : void

Method Details

AddToDatabase() public method

public AddToDatabase ( SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList posList, MasterCategory parent, IPartOfSpeech subItemOwner ) : void
cache SIL.FieldWorks.FDO.FdoCache
posList ICmPossibilityList
parent MasterCategory
subItemOwner IPartOfSpeech
return void

MasterCategory() public method

public MasterCategory ( ) : System
return System

ResetDescription() public method

public ResetDescription ( System.Windows.Forms.RichTextBox rtbDescription ) : void
rtbDescription System.Windows.Forms.RichTextBox
return void

ToString() public method

public ToString ( ) : string
return string