C# Class SIL.FieldWorks.IText.ConcordanceControlBase

Inheritance: System.Windows.Forms.UserControl, IxCoreContentControl, IFWDisposable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_cache SIL.FieldWorks.FDO.FdoCache
m_clerk OccurrencesOfSelectedUnit
m_configurationParameters System.Xml.XmlNode
m_helpTopicProvider IHelpTopicProvider
m_mediator XCore.Mediator

Méthodes publiques

Méthode Description
CheckDisposed ( ) : void
GetMessageTargets ( ) : IxCoreColleague[]
Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void
PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
PrepareToGoAway ( ) : bool
RefreshDisplay ( ) : bool

If asked to Refresh, update your results list.

Méthodes protégées

Méthode Description
LoadMatches ( ) : void
LoadMatches ( bool fLoadVirtualProperty ) : void
OnHandleCreated ( EventArgs e ) : void
SearchForMatches ( ) : List

Method Details

CheckDisposed() public méthode

public CheckDisposed ( ) : void
Résultat void

GetMessageTargets() public méthode

public GetMessageTargets ( ) : IxCoreColleague[]
Résultat IxCoreColleague[]

Init() public méthode

public Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void
mediator XCore.Mediator
configurationParameters System.Xml.XmlNode
Résultat void

LoadMatches() protected méthode

protected LoadMatches ( ) : void
Résultat void

LoadMatches() protected méthode

protected LoadMatches ( bool fLoadVirtualProperty ) : void
fLoadVirtualProperty bool
Résultat void

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

PopulateCtrlTabTargetCandidateList() public méthode

public PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
targetCandidates List
Résultat System.Windows.Forms.Control

PrepareToGoAway() public méthode

public PrepareToGoAway ( ) : bool
Résultat bool

RefreshDisplay() public méthode

If asked to Refresh, update your results list.
public RefreshDisplay ( ) : bool
Résultat bool

SearchForMatches() protected méthode

protected SearchForMatches ( ) : List
Résultat List

Property Details

m_cache protected_oe property

protected FdoCache,SIL.FieldWorks.FDO m_cache
Résultat SIL.FieldWorks.FDO.FdoCache

m_clerk protected_oe property

protected OccurrencesOfSelectedUnit,SIL.FieldWorks.IText m_clerk
Résultat OccurrencesOfSelectedUnit

m_configurationParameters protected_oe property

protected XmlNode,System.Xml m_configurationParameters
Résultat System.Xml.XmlNode

m_helpTopicProvider protected_oe property

protected IHelpTopicProvider m_helpTopicProvider
Résultat IHelpTopicProvider

m_mediator protected_oe property

protected Mediator,XCore m_mediator
Résultat XCore.Mediator