C# Class SIL.FieldWorks.XWorks.MorphologyEditor.OneAnalysisSandbox

Inheritance: SIL.FieldWorks.IText.SandboxBase
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
OneAnalysisSandbox ( ) : System.Diagnostics
OneAnalysisSandbox ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, IVwStylesheet ss, SIL.FieldWorks.IText.InterlinLineChoices choices, int hvoAnalysis ) : System.Diagnostics

Create a new one.

UpdateAnalysis ( IWfiAnalysis anal ) : bool

Update the analysis to what the sandbox is currently.

Method Details

OneAnalysisSandbox() public method

public OneAnalysisSandbox ( ) : System.Diagnostics
return System.Diagnostics

OneAnalysisSandbox() public method

Create a new one.
public OneAnalysisSandbox ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, IVwStylesheet ss, SIL.FieldWorks.IText.InterlinLineChoices choices, int hvoAnalysis ) : System.Diagnostics
cache SIL.FieldWorks.FDO.FdoCache The cache.
mediator XCore.Mediator The mediator.
ss IVwStylesheet The stylesheet.
choices SIL.FieldWorks.IText.InterlinLineChoices The choices.
hvoAnalysis int The hvo analysis.
return System.Diagnostics

UpdateAnalysis() public method

Update the analysis to what the sandbox is currently.
public UpdateAnalysis ( IWfiAnalysis anal ) : bool
anal IWfiAnalysis
return bool