C# Class SIL.FieldWorks.FdoUi.EntryPosFilter

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

Public Methods

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

Default constructor for persistence.

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

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

Protected Methods

Method Description
GetItems ( IManyOnePathSortItem item ) : int[]

Get the items to be compared against the filter.

Private Methods

Method Description
AddHvoPOStoResults ( ISilDataAccess sda, List results, int hvoMsa, int flidPos ) : void
GetItemsForMsaType ( ISilDataAccess sda, List &results, int hvoMsa ) : void

Method Details

CompatibleFilter() public method

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

EntryPosFilter() public method

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

EntryPosFilter() public method

public EntryPosFilter ( SIL.FieldWorks.FDO.FdoCache cache, ListMatchOptions mode, int targets ) : System
cache SIL.FieldWorks.FDO.FdoCache
mode ListMatchOptions
targets int
return System

GetItems() protected method

Get the items to be compared against the filter.
protected GetItems ( IManyOnePathSortItem item ) : int[]
item IManyOnePathSortItem
return int[]

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