C# Class SIL.FieldWorks.FdoUi.InflectionClassFilter

A special filter, where items are LexSenses, and matches are ones where an MSA is an MoStemMsa that has the correct POS.
Inheritance: SIL.FieldWorks.Common.Controls.ColumnSpecFilter
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
CompatibleFilter ( System colSpec ) : bool
InflectionClassFilter ( ) : System

Default constructor for persistence.

InflectionClassFilter ( SIL.FieldWorks.FDO.FdoCache cache, ListMatchOptions mode, int targets, XmlNode colSpec ) : System
List ( SIL.FieldWorks.FDO.FdoCache cache ) : int

Return the HVO of the list from which choices can be made. Critical TODO JohnT: this isn't right; need to get the simple list chooser populated with the items we put in the chooser; but how??

Method Details

CompatibleFilter() public method

public CompatibleFilter ( System colSpec ) : bool
colSpec System
return bool

InflectionClassFilter() public method

Default constructor for persistence.
public InflectionClassFilter ( ) : System
return System

InflectionClassFilter() public method

public InflectionClassFilter ( SIL.FieldWorks.FDO.FdoCache cache, ListMatchOptions mode, int targets, XmlNode colSpec ) : System
cache SIL.FieldWorks.FDO.FdoCache
mode ListMatchOptions
targets int
colSpec System.Xml.XmlNode
return System

List() static public method

Return the HVO of the list from which choices can be made. Critical TODO JohnT: this isn't right; need to get the simple list chooser populated with the items we put in the chooser; but how??
static public List ( SIL.FieldWorks.FDO.FdoCache cache ) : int
cache SIL.FieldWorks.FDO.FdoCache
return int