C# 클래스 SIL.FieldWorks.Common.Framework.DetailControls.SliceFilter

a class to determine, at display time, whether individual slices should be displayed or hidden.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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