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
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetItems ( IManyOnePathSortItem item ) : int[]

Get the items to be compared against the filter.

Private Methods

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

Method Details

CompatibleFilter() public méthode

public CompatibleFilter ( System colSpec ) : bool
colSpec System
Résultat bool

EntryPosFilter() public méthode

Default constructor for persistence.
public EntryPosFilter ( ) : System
Résultat System

EntryPosFilter() public méthode

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

GetItems() protected méthode

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

List() static public méthode

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