C# Класс SIL.FieldWorks.IText.ParaDataUpdateTracker

Updates the paragraphs interlinear data and collects which annotations have been affected so we can update the display appropriately.
Наследование: InterlinViewCacheLoader
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
MarkCurrentAnnotationAsChanged void

Открытые методы

Метод Описание
ParaDataUpdateTracker ( AnalysisGuessServices guessServices, SIL.FieldWorks.IText.InterlinViewDataCache sdaDecorator ) : System

Защищенные методы

Метод Описание
NoteCurrentAnnotation ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void
SetInt ( int hvo, int flid, int newValue ) : void
SetObjProp ( int hvo, int flid, int newObjValue ) : void

Приватные методы

Метод Описание
MarkCurrentAnnotationAsChanged ( ) : void

Описание методов

NoteCurrentAnnotation() защищенный метод

protected NoteCurrentAnnotation ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence occurrence ) : void
occurrence SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
Результат void

ParaDataUpdateTracker() публичный метод

public ParaDataUpdateTracker ( AnalysisGuessServices guessServices, SIL.FieldWorks.IText.InterlinViewDataCache sdaDecorator ) : System
guessServices AnalysisGuessServices
sdaDecorator SIL.FieldWorks.IText.InterlinViewDataCache
Результат System

SetInt() защищенный метод

protected SetInt ( int hvo, int flid, int newValue ) : void
hvo int
flid int
newValue int
Результат void

SetObjProp() защищенный метод

protected SetObjProp ( int hvo, int flid, int newObjValue ) : void
hvo int
flid int
newObjValue int
Результат void