C# 클래스 SIL.FieldWorks.Filters.WfiRecordFilterListProvider

상속: XCore.RecordFilterListProvider
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_cache SIL.FieldWorks.FDO.FdoCache
m_filters System.Collections.ArrayList

공개 메소드들

메소드 설명
GetFilter ( string id ) : object

Gets the filter.

Init ( XCore.Mediator mediator, XmlNode configuration ) : void

Initialize the filter list. this is called because we are an IxCoreColleague

OnAdjustFilterSelection ( object argument ) : bool

if current filter contains one of our items, then make sure we have a WordSetNullFilter() in our Filters, otherwise remove our WordSetNullFilter(); We also make sure the current filter has a valid set of word references loaded.

ReLoad ( ) : void

reload the data items

WfiRecordFilterListProvider ( ) : System

Initializes a new instance of the T:WfiRecordFilterListProvider class.

비공개 메소드들

메소드 설명
ContainsOurFilter ( SIL.FieldWorks.Filters.RecordFilter filter, SIL.FieldWorks.Filters.RecordFilter &matchingFilter ) : bool

메소드 상세

GetFilter() 공개 메소드

Gets the filter.
public GetFilter ( string id ) : object
id string The id.
리턴 object

Init() 공개 메소드

Initialize the filter list. this is called because we are an IxCoreColleague
public Init ( XCore.Mediator mediator, XmlNode configuration ) : void
mediator XCore.Mediator The mediator.
configuration System.Xml.XmlNode The configuration.
리턴 void

OnAdjustFilterSelection() 공개 메소드

if current filter contains one of our items, then make sure we have a WordSetNullFilter() in our Filters, otherwise remove our WordSetNullFilter(); We also make sure the current filter has a valid set of word references loaded.
public OnAdjustFilterSelection ( object argument ) : bool
argument object current filter
리턴 bool

ReLoad() 공개 메소드

reload the data items
public ReLoad ( ) : void
리턴 void

WfiRecordFilterListProvider() 공개 메소드

Initializes a new instance of the T:WfiRecordFilterListProvider class.
public WfiRecordFilterListProvider ( ) : System
리턴 System

프로퍼티 상세

m_cache 보호되어 있는 프로퍼티

protected FdoCache,SIL.FieldWorks.FDO m_cache
리턴 SIL.FieldWorks.FDO.FdoCache

m_filters 보호되어 있는 프로퍼티

protected ArrayList,System.Collections m_filters
리턴 System.Collections.ArrayList