C# Class SIL.FieldWorks.XWorks.MorphologyEditor.WordformGoSearchEngine

This is the search engine for WordformGoDlg.
Inheritance: SIL.FieldWorks.Common.Controls.SearchEngine
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
WordformGoSearchEngine ( SIL.FieldWorks.FDO.FdoCache cache ) : System

Méthodes protégées

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

Method Details

GetSearchableObjects() protected méthode

protected GetSearchableObjects ( ) : IList
Résultat IList

GetStrings() protected méthode

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

IsFieldMultiString() protected méthode

protected IsFieldMultiString ( SearchField field ) : bool
field SIL.FieldWorks.Common.Controls.SearchField
Résultat bool

IsIndexResetRequired() protected méthode

protected IsIndexResetRequired ( int hvo, int flid ) : bool
hvo int
flid int
Résultat bool

WordformGoSearchEngine() public méthode

public WordformGoSearchEngine ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
Résultat System