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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat void

MasterCategory() public méthode

public MasterCategory ( ) : System
Résultat System

ResetDescription() public méthode

public ResetDescription ( System.Windows.Forms.RichTextBox rtbDescription ) : void
rtbDescription System.Windows.Forms.RichTextBox
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string