C# Class SIL.FieldWorks.IText.TestableFocusBox

Inheritance: FocusBoxController
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
CreateNewSandbox IAnalysisControlInternal
TestableFocusBox System

Public Methods

Method Description
SelectOccurrence ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence selected ) : void

Protected Methods

Method Description
ApproveAnalysis ( bool fSaveGuess ) : void
Dispose ( bool disposing ) : void
ShouldCreateAnalysisFromSandbox ( bool fSaveGuess ) : bool

Private Methods

Method Description
CreateNewSandbox ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence selected ) : IAnalysisControlInternal
TestableFocusBox ( ) : System

Method Details

ApproveAnalysis() protected method

protected ApproveAnalysis ( bool fSaveGuess ) : void
fSaveGuess bool
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

SelectOccurrence() public method

public SelectOccurrence ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence selected ) : void
selected SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
return void

ShouldCreateAnalysisFromSandbox() protected method

protected ShouldCreateAnalysisFromSandbox ( bool fSaveGuess ) : bool
fSaveGuess bool
return bool