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

Inheritance: MasterItem
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

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

MasterInflectionFeature ( XmlNode node, SIL.FieldWorks.LexText.Controls.MGA.GlossListTreeView kind, string sTerm ) : System.Xml

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

MasterInflectionFeature() public method

public MasterInflectionFeature ( XmlNode node, SIL.FieldWorks.LexText.Controls.MGA.GlossListTreeView kind, string sTerm ) : System.Xml
node System.Xml.XmlNode
kind SIL.FieldWorks.LexText.Controls.MGA.GlossListTreeView
sTerm string
return System.Xml