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

공개 메소드들

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

메소드 상세

CompatibleFilter() 공개 메소드

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

InflectionClassFilter() 공개 메소드

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

InflectionClassFilter() 공개 메소드

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

List() 정적인 공개 메소드

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