C# Class SIL.FieldWorks.IText.ParaDataUpdateTracker

Updates the paragraphs interlinear data and collects which annotations have been affected so we can update the display appropriately.
Inheritance: InterlinViewCacheLoader
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
MarkCurrentAnnotationAsChanged void

Public Methods

Method Description
ParaDataUpdateTracker ( AnalysisGuessServices guessServices, SIL.FieldWorks.IText.InterlinViewDataCache sdaDecorator ) : System

Protected Methods

Method Description
NoteCurrentAnnotation ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void
SetInt ( int hvo, int flid, int newValue ) : void
SetObjProp ( int hvo, int flid, int newObjValue ) : void

Private Methods

Method Description
MarkCurrentAnnotationAsChanged ( ) : void

Method Details

NoteCurrentAnnotation() protected method

protected NoteCurrentAnnotation ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void
occurrence SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
return void

ParaDataUpdateTracker() public method

public ParaDataUpdateTracker ( AnalysisGuessServices guessServices, SIL.FieldWorks.IText.InterlinViewDataCache sdaDecorator ) : System
guessServices AnalysisGuessServices
sdaDecorator SIL.FieldWorks.IText.InterlinViewDataCache
return System

SetInt() protected method

protected SetInt ( int hvo, int flid, int newValue ) : void
hvo int
flid int
newValue int
return void

SetObjProp() protected method

protected SetObjProp ( int hvo, int flid, int newObjValue ) : void
hvo int
flid int
newObjValue int
return void