C# Class SIL.FieldWorks.LexText.Controls.MGA.MasterItem

Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_abbrev string
m_abbrevWs string
m_citations List
m_def string
m_defWs string
m_eKind GlossListTreeView.ImageKind
m_fInDatabase bool
m_featDefn IFsFeatDefn
m_node XmlNode
m_term string
m_termWs string

Public Methods

Method Description
AddToDatabase ( SIL.FieldWorks.FDO.FdoCache cache ) : void
DetermineInDatabase ( SIL.FieldWorks.FDO.FdoCache cache ) : void

figure out if the feature represented by the node is already in the database

KindCanBeInDatabase ( ) : bool
MasterItem ( ) : System
ResetDescription ( RichTextBox rtbDescription ) : void
ToString ( ) : string

Private Methods

Method Description
MasterItem ( XmlNode node, SIL.FieldWorks.LexText.Controls.MGA.GlossListTreeView kind, string sTerm ) : System

Method Details

AddToDatabase() public method

public AddToDatabase ( SIL.FieldWorks.FDO.FdoCache cache ) : void
cache SIL.FieldWorks.FDO.FdoCache
return void

DetermineInDatabase() public method

figure out if the feature represented by the node is already in the database
public DetermineInDatabase ( SIL.FieldWorks.FDO.FdoCache cache ) : void
cache SIL.FieldWorks.FDO.FdoCache database cache
return void

KindCanBeInDatabase() public method

public KindCanBeInDatabase ( ) : bool
return bool

MasterItem() public method

public MasterItem ( ) : System
return System

ResetDescription() public method

public ResetDescription ( RichTextBox rtbDescription ) : void
rtbDescription RichTextBox
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

m_abbrev protected_oe property

protected string m_abbrev
return string

m_abbrevWs protected_oe property

protected string m_abbrevWs
return string

m_citations protected_oe property

protected List m_citations
return List

m_def protected_oe property

protected string m_def
return string

m_defWs protected_oe property

protected string m_defWs
return string

m_eKind protected_oe property

protected GlossListTreeView.ImageKind m_eKind
return GlossListTreeView.ImageKind

m_fInDatabase protected_oe property

protected bool m_fInDatabase
return bool

m_featDefn protected_oe property

protected IFsFeatDefn m_featDefn
return IFsFeatDefn

m_node protected_oe property

protected XmlNode m_node
return XmlNode

m_term protected_oe property

protected string m_term
return string

m_termWs protected_oe property

protected string m_termWs
return string