C# Класс 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.
Наследование: SIL.FieldWorks.Common.Controls.ColumnSpecFilter
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CompatibleFilter() публичный Метод

public CompatibleFilter ( XmlNode colSpec ) : bool
colSpec System.Xml.XmlNode
Результат bool

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

PosFilter() публичный Метод

Default constructor for persistence.
public PosFilter ( ) : System
Результат System

PosFilter() публичный Метод

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
Результат System