C# Class SIL.FieldWorks.FdoUi.PosFilter

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
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
CompatibleFilter ( XmlNode colSpec ) : bool
List ( SIL.FieldWorks.FDO.FdoCache cache ) : int

Return the HVO of the list from which choices can be made.

PosFilter ( ) : System

Default constructor for persistence.

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

Method Details

CompatibleFilter() public method

public CompatibleFilter ( XmlNode colSpec ) : bool
colSpec System.Xml.XmlNode
return bool

List() static public method

Return the HVO of the list from which choices can be made.
static public List ( SIL.FieldWorks.FDO.FdoCache cache ) : int
cache SIL.FieldWorks.FDO.FdoCache
return int

PosFilter() public method

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

PosFilter() public method

public PosFilter ( 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