C# 클래스 SIL.FieldWorks.IText.ConcordanceControlBase

상속: System.Windows.Forms.UserControl, IxCoreContentControl, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_cache SIL.FieldWorks.FDO.FdoCache
m_clerk OccurrencesOfSelectedUnit
m_configurationParameters System.Xml.XmlNode
m_helpTopicProvider IHelpTopicProvider
m_mediator XCore.Mediator

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
LoadMatches ( ) : void
LoadMatches ( bool fLoadVirtualProperty ) : void
OnHandleCreated ( EventArgs e ) : void
SearchForMatches ( ) : List

메소드 상세

CheckDisposed() 공개 메소드

public CheckDisposed ( ) : void
리턴 void

GetMessageTargets() 공개 메소드

public GetMessageTargets ( ) : IxCoreColleague[]
리턴 IxCoreColleague[]

Init() 공개 메소드

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

LoadMatches() 보호된 메소드

protected LoadMatches ( ) : void
리턴 void

LoadMatches() 보호된 메소드

protected LoadMatches ( bool fLoadVirtualProperty ) : void
fLoadVirtualProperty bool
리턴 void

OnHandleCreated() 보호된 메소드

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
리턴 void

PopulateCtrlTabTargetCandidateList() 공개 메소드

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

PrepareToGoAway() 공개 메소드

public PrepareToGoAway ( ) : bool
리턴 bool

RefreshDisplay() 공개 메소드

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

SearchForMatches() 보호된 메소드

protected SearchForMatches ( ) : List
리턴 List

프로퍼티 상세

m_cache 보호되어 있는 프로퍼티

protected FdoCache,SIL.FieldWorks.FDO m_cache
리턴 SIL.FieldWorks.FDO.FdoCache

m_clerk 보호되어 있는 프로퍼티

protected OccurrencesOfSelectedUnit,SIL.FieldWorks.IText m_clerk
리턴 OccurrencesOfSelectedUnit

m_configurationParameters 보호되어 있는 프로퍼티

protected XmlNode,System.Xml m_configurationParameters
리턴 System.Xml.XmlNode

m_helpTopicProvider 보호되어 있는 프로퍼티

protected IHelpTopicProvider m_helpTopicProvider
리턴 IHelpTopicProvider

m_mediator 보호되어 있는 프로퍼티

protected Mediator,XCore m_mediator
리턴 XCore.Mediator