C# 클래스 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.
상속: SIL.FieldWorks.Common.Controls.ListChoiceFilter
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
GetItems ( IManyOnePathSortItem item ) : int[]

Get the items to be compared against the filter.

비공개 메소드들

메소드 설명
AddHvoPOStoResults ( ISilDataAccess sda, List results, int hvoMsa, int flidPos ) : void
GetItemsForMsaType ( ISilDataAccess sda, List &results, int hvoMsa ) : void

메소드 상세

CompatibleFilter() 공개 메소드

public CompatibleFilter ( System colSpec ) : bool
colSpec System
리턴 bool

EntryPosFilter() 공개 메소드

Default constructor for persistence.
public EntryPosFilter ( ) : System
리턴 System

EntryPosFilter() 공개 메소드

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

GetItems() 보호된 메소드

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

List() 정적인 공개 메소드

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
리턴 int