C# Class SIL.FieldWorks.IText.MockSandbox

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

Private Properties

Property Type Description
IAnalysisControlInternal AnalysisTree
IAnalysisControlInternal bool
IAnalysisControlInternal void
IAnalysisControlInternal void
MockSandbox System

Public Methods

Method Description
GetLineOfCurrentSelection ( ) : int
SelectOnOrBeyondLine ( int startLine, int increment ) : bool
UpdateLineChoices ( SIL.FieldWorks.IText.InterlinLineChoices choices ) : void

Private Methods

Method Description
IAnalysisControlInternal ( bool fSaveGuess, IWfiAnalysis &obsoleteAna ) : AnalysisTree
IAnalysisControlInternal ( bool fSaveGuess ) : bool
IAnalysisControlInternal ( ) : void
IAnalysisControlInternal ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence selected ) : void
MockSandbox ( ) : System

Method Details

GetLineOfCurrentSelection() public method

public GetLineOfCurrentSelection ( ) : int
return int

SelectOnOrBeyondLine() public method

public SelectOnOrBeyondLine ( int startLine, int increment ) : bool
startLine int
increment int
return bool

UpdateLineChoices() public method

public UpdateLineChoices ( SIL.FieldWorks.IText.InterlinLineChoices choices ) : void
choices SIL.FieldWorks.IText.InterlinLineChoices
return void