C# Class SIL.FieldWorks.IText.ConcordanceControlBase

Inheritance: System.Windows.Forms.UserControl, IxCoreContentControl, IFWDisposable
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_cache SIL.FieldWorks.FDO.FdoCache
m_clerk OccurrencesOfSelectedUnit
m_configurationParameters System.Xml.XmlNode
m_helpTopicProvider IHelpTopicProvider
m_mediator XCore.Mediator

Public Methods

Method 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.

Protected Methods

Method Description
LoadMatches ( ) : void
LoadMatches ( bool fLoadVirtualProperty ) : void
OnHandleCreated ( EventArgs e ) : void
SearchForMatches ( ) : List

Method Details

CheckDisposed() public method

public CheckDisposed ( ) : void
return void

GetMessageTargets() public method

public GetMessageTargets ( ) : IxCoreColleague[]
return IxCoreColleague[]

Init() public method

public Init ( XCore.Mediator mediator, XmlNode configurationParameters ) : void
mediator XCore.Mediator
configurationParameters System.Xml.XmlNode
return void

LoadMatches() protected method

protected LoadMatches ( ) : void
return void

LoadMatches() protected method

protected LoadMatches ( bool fLoadVirtualProperty ) : void
fLoadVirtualProperty bool
return void

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

PopulateCtrlTabTargetCandidateList() public method

public PopulateCtrlTabTargetCandidateList ( List targetCandidates ) : Control
targetCandidates List
return System.Windows.Forms.Control

PrepareToGoAway() public method

public PrepareToGoAway ( ) : bool
return bool

RefreshDisplay() public method

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

SearchForMatches() protected method

protected SearchForMatches ( ) : List
return List

Property Details

m_cache protected_oe property

protected FdoCache,SIL.FieldWorks.FDO m_cache
return SIL.FieldWorks.FDO.FdoCache

m_clerk protected_oe property

protected OccurrencesOfSelectedUnit,SIL.FieldWorks.IText m_clerk
return OccurrencesOfSelectedUnit

m_configurationParameters protected_oe property

protected XmlNode,System.Xml m_configurationParameters
return System.Xml.XmlNode

m_helpTopicProvider protected_oe property

protected IHelpTopicProvider m_helpTopicProvider
return IHelpTopicProvider

m_mediator protected_oe property

protected Mediator,XCore m_mediator
return XCore.Mediator