C# 클래스 SIL.FieldWorks.LexText.Controls.MasterCategoryListDlg.MasterCategory

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
AddToDatabase ( SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList posList, MasterCategory parent, IPartOfSpeech subItemOwner ) : void
MasterCategory ( ) : System
ResetDescription ( System.Windows.Forms.RichTextBox rtbDescription ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

AddToDatabase() 공개 메소드

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

MasterCategory() 공개 메소드

public MasterCategory ( ) : System
리턴 System

ResetDescription() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string