C# 클래스 SIL.FieldWorks.XWorks.MorphologyEditor.WordformGoSearchEngine

This is the search engine for WordformGoDlg.
상속: SIL.FieldWorks.Common.Controls.SearchEngine
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
WordformGoSearchEngine ( SIL.FieldWorks.FDO.FdoCache cache ) : System

보호된 메소드들

메소드 설명
GetSearchableObjects ( ) : IList
GetStrings ( SearchField field, ICmObject obj ) : IEnumerable
IsFieldMultiString ( SearchField field ) : bool
IsIndexResetRequired ( int hvo, int flid ) : bool

메소드 상세

GetSearchableObjects() 보호된 메소드

protected GetSearchableObjects ( ) : IList
리턴 IList

GetStrings() 보호된 메소드

protected GetStrings ( SearchField field, ICmObject obj ) : IEnumerable
field SIL.FieldWorks.Common.Controls.SearchField
obj ICmObject
리턴 IEnumerable

IsFieldMultiString() 보호된 메소드

protected IsFieldMultiString ( SearchField field ) : bool
field SIL.FieldWorks.Common.Controls.SearchField
리턴 bool

IsIndexResetRequired() 보호된 메소드

protected IsIndexResetRequired ( int hvo, int flid ) : bool
hvo int
flid int
리턴 bool

WordformGoSearchEngine() 공개 메소드

public WordformGoSearchEngine ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
리턴 System