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

Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

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

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

Method Details

AddToDatabase() public méthode

public AddToDatabase ( SIL.FieldWorks.FDO.FdoCache cache ) : void
cache SIL.FieldWorks.FDO.FdoCache
Résultat void

DetermineInDatabase() public méthode

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

KindCanBeInDatabase() public méthode

public KindCanBeInDatabase ( ) : bool
Résultat bool

MasterItem() public méthode

public MasterItem ( ) : System
Résultat System

ResetDescription() public méthode

public ResetDescription ( RichTextBox rtbDescription ) : void
rtbDescription RichTextBox
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

m_abbrev protected_oe property

protected string m_abbrev
Résultat string

m_abbrevWs protected_oe property

protected string m_abbrevWs
Résultat string

m_citations protected_oe property

protected List m_citations
Résultat List

m_def protected_oe property

protected string m_def
Résultat string

m_defWs protected_oe property

protected string m_defWs
Résultat string

m_eKind protected_oe property

protected GlossListTreeView.ImageKind m_eKind
Résultat GlossListTreeView.ImageKind

m_fInDatabase protected_oe property

protected bool m_fInDatabase
Résultat bool

m_featDefn protected_oe property

protected IFsFeatDefn m_featDefn
Résultat IFsFeatDefn

m_node protected_oe property

protected XmlNode m_node
Résultat XmlNode

m_term protected_oe property

protected string m_term
Résultat string

m_termWs protected_oe property

protected string m_termWs
Résultat string