C# Класс SIL.FieldWorks.Common.Framework.DetailControls.SliceFilter

a class to determine, at display time, whether individual slices should be displayed or hidden.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_filterList System.Xml.XmlDocument

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

Метод Описание
IncludeSlice ( XmlNode configurationNode, ICmObject obj, int flid, int>.HashSet propsToMonitor ) : bool

tell whether to include the slice

SliceFilter ( ) : System

create a filter which does not have an external setup notes to filter (but which will still ask FDO)

SliceFilter ( XmlDocument filterList ) : System

create a filter which will consult both FDO and an external XML document when making filtering decisions

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

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

tell whether to include the slice
public IncludeSlice ( XmlNode configurationNode, ICmObject obj, int flid, int>.HashSet propsToMonitor ) : bool
configurationNode System.Xml.XmlNode
obj ICmObject
flid int
propsToMonitor int>.HashSet
Результат bool

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

create a filter which does not have an external setup notes to filter (but which will still ask FDO)
public SliceFilter ( ) : System
Результат System

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

create a filter which will consult both FDO and an external XML document when making filtering decisions
public SliceFilter ( XmlDocument filterList ) : System
filterList System.Xml.XmlDocument XML document (see distfiles/lexed/basicFilter.xml for an example)
Результат System

Описание свойств

m_filterList защищенное свойство

protected XmlDocument,System.Xml m_filterList
Результат System.Xml.XmlDocument