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
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description
MarkCurrentAnnotationAsChanged void

Méthodes publiques

Méthode Description
ParaDataUpdateTracker ( AnalysisGuessServices guessServices, SIL.FieldWorks.IText.InterlinViewDataCache sdaDecorator ) : System

Méthodes protégées

Méthode 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

Méthode Description
MarkCurrentAnnotationAsChanged ( ) : void

Method Details

NoteCurrentAnnotation() protected méthode

protected NoteCurrentAnnotation ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void
occurrence SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
Résultat void

ParaDataUpdateTracker() public méthode

public ParaDataUpdateTracker ( AnalysisGuessServices guessServices, SIL.FieldWorks.IText.InterlinViewDataCache sdaDecorator ) : System
guessServices AnalysisGuessServices
sdaDecorator SIL.FieldWorks.IText.InterlinViewDataCache
Résultat System

SetInt() protected méthode

protected SetInt ( int hvo, int flid, int newValue ) : void
hvo int
flid int
newValue int
Résultat void

SetObjProp() protected méthode

protected SetObjProp ( int hvo, int flid, int newObjValue ) : void
hvo int
flid int
newObjValue int
Résultat void