SIL.FieldWorks.IText.InterlinDocForAnalysis.TriggerAnalysisSelected C# (CSharp) Method

TriggerAnalysisSelected() public method

Move the sandbox to the AnalysisOccurrence, (which may be a WfiWordform, WfiAnalysis, or WfiGloss).
public TriggerAnalysisSelected ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence target, bool fSaveGuess, bool fMakeDefaultSelection ) : void
target SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
fSaveGuess bool if true, saves guesses; if false, skips guesses but still saves edits.
fMakeDefaultSelection bool true to make the default selection within the new sandbox.
return void
		public virtual void TriggerAnalysisSelected(AnalysisOccurrence target, bool fSaveGuess, bool fMakeDefaultSelection)
		{
			TriggerAnalysisSelected(target, fSaveGuess, fMakeDefaultSelection, true);
		}

Same methods

InterlinDocForAnalysis::TriggerAnalysisSelected ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence target, bool fSaveGuess, bool fMakeDefaultSelection, bool fShow ) : void
InterlinDocForAnalysis