C# Class SIL.FieldWorks.IText.InterlinDocForAnalysisVc

Inheritance: InterlinVc
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
InterlinDocForAnalysisVc ( SIL.FieldWorks.FDO.FdoCache cache ) : System
UpdateProp ( IVwSelection vwsel, int hvo, int tag, int frag, ITsString tssVal ) : ITsString

The only property we update is a user prompt. We need to switch things back to normal if anything was typed there, otherwise, the string has the wrong properties, and with all of it selected, we keep typing over things.

Protected Methods

Method Description
AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void

Method Details

AddWordBundleInternal() protected method

protected AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void
hvo int
vwenv IVwEnv
return void

InterlinDocForAnalysisVc() public method

public InterlinDocForAnalysisVc ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
return System

UpdateProp() public method

The only property we update is a user prompt. We need to switch things back to normal if anything was typed there, otherwise, the string has the wrong properties, and with all of it selected, we keep typing over things.
public UpdateProp ( IVwSelection vwsel, int hvo, int tag, int frag, ITsString tssVal ) : ITsString
vwsel IVwSelection
hvo int
tag int
frag int
tssVal ITsString
return ITsString