C# Class SIL.FieldWorks.LexText.Controls.EntryGoSearchEngine

This is the search engine for EntryGoDlg.
Inheritance: SIL.FieldWorks.Common.Controls.SearchEngine
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
EntryGoSearchEngine ( SIL.FieldWorks.FDO.FdoCache cache ) : System

Protected Methods

Method Description
GetSearchableObjects ( ) : IList
GetStrings ( SearchField field, ICmObject obj ) : IEnumerable
IsFieldMultiString ( SearchField field ) : bool
IsIndexResetRequired ( int hvo, int flid ) : bool

Method Details

EntryGoSearchEngine() public method

public EntryGoSearchEngine ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
return System

GetSearchableObjects() protected method

protected GetSearchableObjects ( ) : IList
return IList

GetStrings() protected method

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

IsFieldMultiString() protected method

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

IsIndexResetRequired() protected method

protected IsIndexResetRequired ( int hvo, int flid ) : bool
hvo int
flid int
return bool